-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 824 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "intheloop",
"version": "1.0.0",
"description": "A chrome extension which improves the School Loop interface",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mash99/inTheLoop.git"
},
"author": "mash99",
"license": "ISC",
"bugs": {
"url": "https://github.com/mash99/inTheLoop/issues"
},
"homepage": "https://github.com/mash99/inTheLoop#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.1",
"gulp-csslint": "^0.2.0",
"gulp-jshint": "^2.0.0",
"gulp-minify-css": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0"
}
}