-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.13 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
{
"name": "learn-node",
"version": "1.0.0",
"description": "demo for learning node",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development node-dev ./src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/strongcode9527/learn-node.git"
},
"author": "strong",
"license": "ISC",
"bugs": {
"url": "https://github.com/strongcode9527/learn-node/issues"
},
"homepage": "https://github.com/strongcode9527/learn-node#readme",
"dependencies": {
"axios": "^0.17.0",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"canvas": "^2.0.0-alpha.12",
"ejs": "^2.5.7",
"koa": "^2.3.0",
"koa-body": "^2.5.0",
"koa-static": "^4.0.1",
"koa-views": "^6.1.1",
"open": "^0.0.5",
"spritejs": "^2.6.3"
},
"devDependencies": {
"cross-env": "^5.1.0",
"koa-router": "^7.2.1",
"node-dev": "^3.1.3",
"supervisor": "^0.12.0"
}
}