-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1 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
{
"name": "asteroid-man-2.0",
"version": "1.0.0",
"description": "2D \"Fall Down\" game written with JavaScript with iOS / Android mobile browsers as well as standard desktop browsers. Play game [here] (http://david-wolgemuth.github.io/asteroid-man-2.0).",
"main": "asteroid-man.js",
"scripts": {
"build": "webpack",
"serve-dev": "webpack-dev-server --content-base ./ --port 3000 --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/david-wolgemuth/asteroid-man-2.0.git"
},
"keywords": [],
"author": "David Wolgemuth <[email protected]> (https://github.com/david-wolgemuth)",
"license": "ISC",
"homepage": "https://github.com/david-wolgemuth/asteroid-man-2.0#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"concurrently": "^3.4.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {}
}