-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.1 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
{
"name": "nc-example",
"version": "1.0.0",
"description": "a example for nodejs mock nodeclub(nc)",
"main": "app.js",
"scripts": {
"test-cov": "node ./node_modules/.bin/istanbul cover --preserve-comments ./node_modules/.bin/_mocha -- --reporter spec --timeout 10000 -c $(find ./test -name \"*.js\")"
},
"keywords": [
"nodeclub",
"nodejs",
"example"
],
"dependencies": {
"coolors": "0.0.2",
"koa": "^1.2.0",
"koa-body": "^1.4.0",
"koa-compress": "^1.0.9",
"koa-conditional-get": "^1.0.3",
"koa-ejs": "^3.0.0",
"koa-etag": "^2.1.1",
"koa-less": "0.0.3",
"koa-mount": "^1.3.0",
"koa-request-log": "^1.0.3",
"koa-router": "^5.4.0",
"koa-send": "^3.1.1",
"koa-session": "^3.3.1",
"log4js": "^0.6.33",
"markdown-it": "^6.0.1",
"md5": "^2.1.0",
"moment": "^2.12.0",
"mongoose": "4.4.7",
"underscore": "^1.8.3",
"validator": "^5.1.0",
"co": "4.6.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "2.4.5",
"supertest": "^1.2.0",
"istanbul": "0.4.3"
},
"author": "Frand",
"license": "MIT"
}