-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
31 lines (31 loc) · 805 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
{
"name": "express-react-engine",
"version": "1.0.0",
"description": "A React's JSX rendering engine",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/magalhas/express-react-engine.git"
},
"author": "José Magalhães <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/magalhas/express-react-engine/issues"
},
"homepage": "https://github.com/magalhas/express-react-engine",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"babel-core": "^6.0.0",
"lodash.defaults": "^3.1.0"
},
"devDependencies": {
"react": "^15.0",
"react-dom": "^15.0"
}
}