-
Notifications
You must be signed in to change notification settings - Fork 134
/
package.json
46 lines (46 loc) · 1.11 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
{
"private": true,
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha --reporter spec"
},
"devDependencies": {
"chai": "~1.8.0",
"connect": "^3.0.1",
"connect-livereload": "^0.5.0",
"del": "^0.1.0",
"expect.js": ">= 0.3.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cache": "^1.1.3",
"gulp-csso": "^4.0.1",
"gulp-filter": "^6.0.0",
"gulp-flatten": "^0.4.0",
"gulp-if": "^3.0.0",
"gulp-jshint": "^2.1.0",
"gulp-livereload": "^4.0.2",
"gulp-load-plugins": "^2.0.3",
"gulp-mocha": "^7.0.2",
"gulp-plumber": "^1.2.1",
"gulp-replace": "^1.0.0",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^4.0.1",
"istanbul": "^0.3.0",
"jsdom": "3.1.2",
"jshint-stylish": "^1.0.0",
"lazypipe": "^0.2.1",
"main-bower-files": "^2.1.0",
"mocha": "2.1.0",
"mocha-jsdom": "^0.2.1",
"mocha-lcov-reporter": "^0.0.1",
"opn": "^1.0.0",
"requirejs": "2.1.16",
"serve-index": "^1.1.4",
"serve-static": "^1.4.0",
"should": ">= 3.2.0",
"wiredep": "^2.0.0"
}
}