-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.09 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
43
{
"name": "bomberbox",
"version": "1.0.0",
"description": "Fun socket game where you run from monsters",
"main": "bomberboxserver.js",
"directories": {
"test": "tests"
},
"dependencies": {
"react": "15.3.0",
"react-dom": "15.3.0",
"ws": "^0.4.25"
},
"devDependencies": {
"babel-core": "6.13.2",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.13.2",
"babel-preset-react": "6.11.1",
"babel-preset-stage-2": "6.13.0",
"css-loader": "0.23.1",
"eslint": "^3.15.0",
"postcss-loader": "0.9.1",
"react-hot-loader": "3.0.0-beta.6",
"style-loader": "0.13.1",
"webpack": "2.1.0-beta.25",
"webpack-dev-server": "2.1.0-beta.0"
},
"scripts": {
"test": "node bomberboxserver.js",
"start": "webpack-dev-server",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leebradley/BomberBox.git"
},
"author": "Lee Bradley",
"license": "MIT",
"bugs": {
"url": "https://github.com/leebradley/BomberBox/issues"
},
"homepage": "https://github.com/leebradley/BomberBox#readme"
}