-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 987 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
{
"name": "battle-city-advanced",
"version": "1.0.0",
"description": ":lollipop: This is a game based on canvas! Editable and more smooth :video_game:",
"main": "index.js",
"scripts": {
"start": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/879479119/Battle-City-Advanced.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/879479119/Battle-City-Advanced/issues"
},
"homepage": "https://github.com/879479119/Battle-City-Advanced#readme",
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.23.0",
"css-loader": "^0.26.2",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"minimatch": "^3.0.2",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"webpack": "^2.2.0"
}
}