-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "angular-koajs-seed",
"private": true,
"version": "0.7.0",
"dependencies": {
"koa": "0.11.0",
"koa-send": "1.3.1"
},
"devDependencies": {
"glob": "4.0.5",
"lodash": "2.4.1",
"glob-array": "0.1.2",
"string-format": "0.2.1",
"async": "0.9.0",
"del": "0.1.3",
"build-meta-data": "0.1.2",
"through2": "0.6.1",
"jshint-stylish": "0.4.0",
"gulp": "3.8.8",
"gulp-ruby-sass": "0.7.1",
"gulp-jshint": "1.8.4",
"gulp-complexity": "0.3.0",
"gulp-shell": "0.2.9",
"gulp-htmlmin": "0.2.0",
"gulp-uglifyjs": "0.4.2",
"gulp-util": "3.0.1",
"gulp-help": "1.1.0",
"gulp-replace": "0.4.0",
"run-sequence": "0.3.6",
"karma": "0.12.23",
"karma-phantomjs-launcher": "0.1.4",
"karma-mocha": "0.1.9",
"karma-chai": "0.1.0",
"karma-sinon": "1.0.3",
"gulp-jade": "0.8.0",
"mocha": "1.20.1",
"sinon": "1.10.3",
"chai": "1.9.1",
"chai-as-promised": "4.1.1",
"protractor-test-objects": "0.2.3"
},
"engines": {
"node": ">=0.11.9"
}
}