-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.02 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
{
"name": "treering",
"version": "1.2.0",
"description": "a todo manager",
"main": "index.js",
"engines": {
"node": "8.4.0"
},
"scripts": {
"start":"node index.js",
"test": "mocha",
"doc": "aglio -i resource.apib -o statics/doc.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shangxinbo/treering.git"
},
"keywords": [
"todo",
"timer"
],
"author": "shangxinbo",
"license": "MIT",
"bugs": {
"url": "https://github.com/shangxinbo/treering/issues"
},
"homepage": "https://github.com/shangxinbo/treering#readme",
"dependencies": {
"aglio": "^2.3.0",
"bluebird": "^3.5.0",
"codecov.io": "^0.1.6",
"istanbul": "^0.4.5",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.2.1",
"koa-session": "^5.3.0",
"koa-static": "^4.0.1",
"md5": "^2.2.1",
"mocha": "^3.5.0",
"mongoose": "^4.11.0",
"supertest": "^3.0.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.1.1"
}
}