-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 996 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 996 Bytes
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
{
"name": "canvas-network",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ihardcoder/canvas-network.git"
},
"keywords": [
"canvas"
],
"author": "zhoujunpeng",
"license": "MIT",
"bugs": {
"url": "https://github.com/ihardcoder/canvas-network/issues"
},
"homepage": "https://github.com/ihardcoder/canvas-network#readme",
"devDependencies": {
"babel": "^6.3.13",
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-plugin-syntax-object-rest-spread": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^0.23.1",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.9"
},
"dependencies": {
"koa": "^1.1.2",
"koa-proxy": "^0.4.1",
"koa-router": "^5.3.0",
"koa-send": "^3.1.0",
"koa-static": "^1.5.2"
}
}