-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.08 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
{
"scripts": {
"test": "gulp test --env=testing"
},
"dependencies": {
"del": "2.2.*",
"event-stream": "3.3.*",
"gulp": "3.9.*",
"gulp-ejs": "2.1.*",
"gulp-jshint": "2.0.*",
"gulp-jsonminify": "1.0.*",
"gulp-load-plugins": "1.2.*",
"gulp-minify-css": "1.2.*",
"gulp-minify-html": "1.0.*",
"gulp-rename": "1.2.*",
"gulp-rev": "7.0.*",
"gulp-task-listing": "1.0.*",
"gulp-uglify": "1.5.*",
"gulp-usemin": "0.3.*",
"jasmine-core": "2.4.*",
"jshint": "2.9.*",
"jshint-stylish": "2.1.*",
"karma": "0.13.*",
"karma-coverage": "0.5.*",
"karma-jasmine": "0.3.*",
"karma-phantomjs-launcher": "1.0.*",
"phantomjs-prebuilt": "2.1.*",
"q": "1.4.*",
"require-dir": "0.3.*",
"run-sequence": "1.1.*",
"underscore": "1.8.*",
"yargs": "4.4.*"
},
"devDependencies": {
"browser-sync": "2.11.*",
"browser-sync-spa": "1.0.*",
"gulp-watch": "4.3.*"
}
}