-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
44
45
{
"name": "burgerfight",
"version": "1.0.1",
"description": "2D HTML5 Canvas game where characters that look likd but surely are not Ronald McDonald and the Burger King fight each other with fast food.",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "webpack",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/codemarq/burgerFight"
},
"author": "John-Mike Marquardt, Mickey A. Ryan, Ryan Osterman",
"license": "ISC",
"bugs": {
"url": "https://github.com/codemarq/burgerFight/issues"
},
"homepage": "https://github.com/codemarq/burgerFight#readme",
"engines": {
"node": "^4.8.4",
"npm": "4.0.5"
},
"dependencies": {
"axios": "^0.15.3",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-stormpath": "3.1.7",
"mongoose": "^4.7.6",
"passport": "^0.3.2",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-router": "^3.0.1",
"uglify-js": "^2.7.5"
},
"devDependencies": {
"babel-core": "^6.3.13",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"json-loader": "^0.5.4",
"webpack": "^1.13.1"
}
}