-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "react-prerender",
"version": "1.0.0",
"description": "Simple node script to prerender react components. Designed to be used with AMD modules, even CDN modules not available at compile time.",
"main": "index.js",
"scripts": {
"test": "eslint test/*.js; eslint lib/*.js; mocha --colors --reporter nyan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Robert-W/react-prerender.git"
},
"keywords": [
"react",
"react-dom",
"prerender",
"requirejs",
"arcgis",
"dojo",
"esri",
"amd"
],
"author": "Robert Winterbottom",
"license": "MIT",
"bugs": {
"url": "https://github.com/Robert-W/react-prerender/issues"
},
"homepage": "https://github.com/Robert-W/react-prerender#readme",
"dependencies": {
"cheerio": "^0.19.0",
"madge": "^0.5.3",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"requirejs": "^2.1.22"
},
"devDependencies": {
"chai": "^3.4.1",
"eslint": "^1.10.3",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
}
}