-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.06 KB
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
{
"devDependencies": {
"gulp-clean": "~0.3.1",
"gulp": "~3.9.1",
"gulp-copy": "0.0.2",
"gulp-serve": "~1.2.0",
"gulp-connect": "~2.2.0",
"gulp-change": "~1.0.0",
"gulp-uglify": "~1.4.1",
"gulp-rename": "~1.2.2",
"gulp-concat": "~2.6.0",
"gulp-less": "~3.0.3",
"path": "~0.12.7",
"gulp-minify-css": "~1.2.1",
"gulp-ng-html2js": "~0.2.0",
"gulp-minify-html": "~1.0.4",
"phantomjs": "~1.9.19",
"jasmine-core": "~2.3.4",
"karma": "~0.13.15",
"karma-jasmine": "~0.3.6",
"karma-chrome-launcher": "~0.2.1",
"gulp-ignore": "~2.0.1",
"gulp-coveralls": "~0.1.4",
"gulp-changed": "~1.3.0",
"yargs": "~3.31.0",
"gulp-if": "~2.0.0",
"gulp-cssmin": "~0.1.7",
"bower": "~1.7.1",
"clean": "~4.0.2",
"gulp-usemin": "~0.3.21"
},
"dependencies": {
"gulp-usemin": "~0.3.21",
"gulp-minify-html": "~1.0.6",
"gulp-rev": "~7.0.0"
},
"scripts": {
"build": "gulp buildHeroku",
"start": "node app.js",
"postinstall": "./node_modules/bower/bin/bower install"
}
}