forked from jxnblk/static-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 899 Bytes
/
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
{
"name": "static-react",
"version": "3.2.0",
"description": "React static HTML generator",
"author": "Brent Jackson",
"license": "MIT",
"scripts": {
"test": "mocha test --compilers js:babel-register"
},
"bin": {
"static-react": "./bin/static-react.js"
},
"dependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"commander": "^2.9.0",
"react": "^15.0.1",
"react-dom": "^15.0.1"
},
"devDependencies": {
"cheerio": "^0.20.0",
"child-process-promise": "^1.1.0",
"is-html": "^1.0.0",
"mocha": "^2.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/jxnblk/static-react.git"
},
"bugs": {
"url": "https://github.com/jxnblk/static-react/issues"
},
"homepage": "https://github.com/jxnblk/static-react"
}