-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.49 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
60
61
62
63
64
65
66
67
{
"name": "ANMDemo",
"description": "the ANM demo",
"version": "0.0.1",
"author": [
"zhangaz1"
],
"homepage": "https://github.com/zhangaz1/ANM/tree/Dev",
"bugs": {
"url": "https://github.com/zhangaz1/ANM/issues"
},
"keywords": [
"gulp",
"duo",
"angular",
"koa",
"node",
"mongodb"
],
"repository": {
"type": "git",
"url": "https://github.com/zhangaz1/ANM.git"
},
"engines": {
"node": ">=0.11.0"
},
"main": "./src/boot/index.js",
"scripts": {
"start": "node --harmony ./index.js",
"dev": "gulp devOnLine"
},
"dependencies": {
"debug": "~2.1.3",
"koa": "^0.18.1",
"koa-logger": "^1.2.2",
"koa-mongo-rest": "~0.2.0",
"koa-route": "^2.4.0",
"koa-router": "~4.2.0",
"koa-sendfile": "~1.1.0",
"koa-static": "~1.4.9",
"mongoose": "~4.0.1",
"path-helper": "0.0.12",
"url": "~0.10.3"
},
"devDependencies": {
"chrome-launch": "^1.1.3",
"del": "~1.1.1",
"duo": "~0.9.2",
"gulp": "~3.8.11",
"gulp-clean": "~0.3.1",
"gulp-help": "^1.3.4",
"gulp-jshint": "~1.9.4",
"gulp-protractor": "0.0.12",
"gulp-rename": "~1.2.0",
"gulp-sequence": "~0.3.2",
"gulp-uglify": "~1.1.0",
"jasmine-core": "^2.2.0",
"jshint-stylish": "~1.0.1",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"karma-ng-scenario": "^0.1.0",
"karma-story-reporter": "^0.3.1",
"livereload": "^0.3.6",
"map-stream": "0.0.5"
}
}