-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 857 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": "another-react-demo",
"version": "0.0.1",
"description": "React Demo. Components and SSR",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./scripts/dev"
},
"repository": {
"type": "git",
"url": "https://github.com/davibq/another-react-demo.git"
},
"keywords": [
"React",
"Webpack"
],
"author": "David Ballesteros ([email protected])",
"license": "ISC",
"bugs": {
"url": "https://github.com/davibq/another-react-demo/issues"
},
"homepage": "https://github.com/davibq/another-react-demo",
"dependencies": {
"babel": "^4.4.6",
"bootstrap": "^3.3.2",
"express": "^4.12.0",
"jsx-loader": "^0.12.2",
"node-jsx": "^0.12.4",
"react": "^0.12.2"
},
"devDependencies": {
"ejs": "^2.3.1",
"webpack": "^1.7.2"
}
}