-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.78 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
68
69
70
71
72
73
74
75
76
77
78
{
"name": "ANM2",
"description": "the ANM2 demo",
"license": "MIT",
"keywords": [
"gulp",
"browserify",
"angular",
"koa",
"node",
"io.js",
"mongodb"
],
"version": "0.0.7",
"licenses": {
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
},
"author": {
"name": "zhangaz1",
"email": "[email protected]",
"url": "https://github.com/zhangaz1"
},
"contributors": [],
"homepage": "https://github.com/zhangaz1/ANM2",
"repository": {
"type": "git",
"url": "https://github.com/zhangaz1/ANM.git"
},
"bugs": {
"url": "https://github.com/zhangaz1/ANM2/issues",
"email": "[email protected]"
},
"engines": {
"node": ">=0.11.0",
"iojs": ">=1.5"
},
"os": [
"!darwin",
"linux",
"win32"
],
"cpu": [
"!arm"
],
"main": "./index.js",
"scripts": {
"start": "node --harmony ./index.js",
"dev": "gulp devOnLine"
},
"config": {
"port": "3000"
},
"dependencies": {
"assert": "~1.3.0",
"debug": "~2.1.3",
"inherit-helper": "0.0.4",
"koa": "~0.18.1",
"koa-static": "*",
"koa-send": "*"
},
"devDependencies": {
"del": "~1.1.1",
"exec": "~0.2.0",
"gulp": "~3.8.11",
"gulp-debug": "~2.0.1",
"gulp-help": "~1.3.4",
"gulp-jshint": "^1.10.0",
"gulp-livereload": "^3.8.0",
"gulp-sequence": "~0.3.2",
"gulp-watch": "~4.2.2",
"jshint-stylish": "^1.0.1",
"require-dir": "~0.3.0"
},
"peerDependencies": {},
"bundledDependencies": [],
"optionalDependencies": {}
}