-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 920 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
37
38
{
"name": "RunningBoy",
"version": "0.1.0",
"description": "A world of a running boy",
"main": "./app",
"scripts": {
"start": "node ./app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Deathsteps/RunningBoy.git"
},
"keywords": [
"Fun"
],
"author": "Deathsteps",
"license": "MIT",
"bugs": {
"url": "https://github.com/Deathsteps/RunningBoy/issues"
},
"homepage": "https://github.com/Deathsteps/RunningBoy",
"dependencies": {
"express": "^4.13.3",
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"devDependencies": {
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"jsx-loader": "^0.13.2",
"react-hot-loader": "^1.3.0",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
}
}