-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
51 lines (51 loc) · 1.23 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
48
49
50
51
{
"name": "koa-react-view",
"version": "3.0.0",
"description": "server side react render for koa",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --require should test/*.test.js",
"test-cov": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha -- -u exports --require should test/*.test.js",
"autod": "autod"
},
"files": [
"index.js"
],
"keywords": [],
"author": {
"name": "dead-horse",
"email": "[email protected]",
"url": "http://deadhorse.me"
},
"repository": {
"type": "git",
"url": "[email protected]:koajs/react-view"
},
"license": "MIT",
"dependencies": {
"copy-to": "^2.0.1",
"js-beautify": "^1.6.3",
"react": "^15.2.1",
"react-dom": "^15.2.1"
},
"devDependencies": {
"autod": "^2.6.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.11.6",
"egg-ci": "^1.0.3",
"escape-html": "^1.0.3",
"istanbul": "^0.4.4",
"istanbul-harmony": "~0.3.12",
"koa": "^1.2.1",
"koa-static-cache": "^3.1.7",
"mocha": "^2.5.3",
"should": "^10.0.0",
"supertest": "^1.2.0",
"unescape-html": "^1.0.0",
"webpack": "~1.9.10"
},
"engine": {
"node": ">=0.12"
}
}