-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.5 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "HealthCurator-Toolbar",
"private": true,
"version": "1.0.0",
"engines": {
"node": ">=0.8.0",
"npm": ">=1.4.4"
},
"scripts": {
"test": "gulp test",
"postinstall": "node node_modules/bower/bin/bower install"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.6.0",
"bower": "^1.7.9",
"casperjs": "^1.1.0-beta5",
"del": "^3.0.0",
"gulp": "^3.9.0",
"gulp-cache": "^0.4.5",
"gulp-casperjs": "0.0.6",
"gulp-chrome-manifest": "0.0.13",
"gulp-decompress": "^2.0.0",
"gulp-download": "0.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-jscs": "~4.0.0",
"gulp-jshint": "~2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.4.0",
"gulp-merge-json": "^1.0.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-sass-vars": "^1.0.3",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.2",
"gulp-util": "~3.0.7",
"gulp-zip": "^4.0.0",
"jshint": "~2.9.1",
"lazypipe": "^1.0.1",
"main-bower-files": "^2.5.0",
"merge-stream": "^1.0.1",
"phantomjs-prebuilt": "^2.1.4",
"run-sequence": "^1.1.4",
"wiredep": "^4.0.0",
"yargs": "^8.0.2"
},
"dependencies": {
"sass": "^1.0.0-beta.5.2"
}
}