This repository was archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.31 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.31 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "nae-web",
"version": "0.0.0",
"description": "nae user ",
"main": "dispatch.js",
"scripts": {
"test": "make test",
"start": "node_modules/.bin/gnode dispatch.js"
},
"config": {
"blanket": {
"pattern": "//^((?!(node_modules|test)).)*$/"
},
"travis-cov": {
"threshold": 100
}
},
"dependencies": {
"co-github": "0.0.1",
"github": "0.1.12",
"graceful": "0.0.5",
"koa": "0.2.1",
"koa-favicon": "1.0.1",
"koa-github": "0.0.2",
"koa-redis": "0.0.2",
"koa-rt": "0.0.2",
"koa-sess": "0.0.5",
"logfilestream": "0.1.0",
"mkdirp": "0.3.5",
"moment": "2.5.0",
"ms": "2.0.0"
},
"devDependencies": {
"blanket": "*",
"contributors": "*",
"coveralls": "*",
"gnode": "*",
"mocha": "*",
"mocha-lcov-reporter": "*",
"pedding": "*",
"should": "2.1.1",
"supertest": "0.8.2",
"travis-cov": "*"
},
"homepage": "https://github.com/node-app-engine/web",
"repository": {
"type": "git",
"url": "https://github.com/node-app-engine/web.git"
},
"keywords": [
"nae",
"web"
],
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-app-engine/web/issues"
},
"engines": {
"node": ">= 0.11.9"
}
}