forked from iamkun/tower_game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 786 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
{
"name": "tower_game",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run build && node index.js",
"build": "webpack --mode production --module-bind js=babel-loader"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bmqb/tower_game.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bmqb/tower_game/issues"
},
"homepage": "https://github.com/bmqb/tower_game#readme",
"devDependencies": {
"@babel/core": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.42",
"babel-loader": "^8.0.0-beta",
"express": "^4.16.3",
"opn": "^5.3.0",
"webpack": "^4.0.1",
"webpack-cli": "^3.1.1"
},
"dependencies": {
"cooljs": "^1.0.2"
}
}