-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 1.68 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "tc",
"version": "0.0.1",
"description": "an automated grind",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"build": "webpack && gulp assets",
"start": "node index.js",
"test": "mocha test*"
},
"repository": {
"type": "git",
"url": "https://github.com/fengb-tech/tc.git"
},
"author": "FENGB TECH",
"license": "MIT",
"bugs": {
"url": "https://github.com/fengb-tech/tc/issues"
},
"homepage": "https://github.com/fengb-tech/tc",
"engines": {
"node": "7.6.x"
},
"dependencies": {
"app-root-path": "^2.0.1",
"babel-core": "^5.8.38",
"bluebird": "^3.4.6",
"consolidate": "^0.14.5",
"eventemitter3": "^1.1.1",
"koa": "^2.2.0",
"koa-logger": "^2.0.1",
"koa-router": "^7.1.0",
"koa-static": "^3.0.0",
"koa-views": "^6.0.0",
"lodash": "^4.16.1",
"markdown-it": "^8.0.0",
"mz": "^2.4.0",
"pug": "^2.0.0-beta11",
"require-optional": "^0.4.0"
},
"devDependencies": {
"babel-loader": "^5.4.2",
"chai": "^3.5.0",
"chai-eventemitter": "^1.1.1",
"chai-generator": "^2.0.3",
"chai-properties": "^1.2.1",
"dirty-chai": "^1.2.2",
"endless-generator": "^1.0.0",
"gulp": "^3.9.0",
"gulp-sass": "^2.0.4",
"imports-loader": "^0.6.5",
"mocha": "^3.0.2",
"mocha-standard": "^1.0.0",
"pixi-spine": "^1.0.20",
"pixi.js": "^4.0.2",
"riot": "^2.6.2",
"riotjs-loader": "^3.0.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"standard": "^8.1.0",
"supertest": "^2.0.0",
"webpack": "^2.2.0"
},
"standard": {
"globals": [
"describe",
"it",
"beforeEach",
"afterEach"
]
}
}