-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
35 lines (35 loc) · 985 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
35
{
"name": "2d-space-colonization-experiments",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "webpack-dev-server",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasonwebb/2d-space-colonization-experiments.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jasonwebb/2d-space-colonization-experiments/issues"
},
"homepage": "https://github.com/jasonwebb/2d-space-colonization-experiments#readme",
"devDependencies": {
"file-saver": "^2.0.2",
"kdbush": "^3.0.0",
"path": "^0.12.7",
"point-in-polygon": "^1.0.1",
"simplex-noise": "^2.4.0",
"svg-inline-loader": "^0.8.2",
"svg-pathdata": "^5.0.4",
"svg-points": "^6.0.1",
"vec2": "^1.6.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}