forked from MaxRobinsonTheGreat/LifeEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 822 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
{
"name": "EvolutionSimulatorV2",
"version": "1.0.0",
"description": "Version 2 of the evolution simulator",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"build-dev": "webpack --mode=development",
"build-watch": "webpack --watch --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxRobinsonTheGreat/EvolutionSimulatorV2.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaxRobinsonTheGreat/EvolutionSimulatorV2/issues"
},
"homepage": "https://github.com/MaxRobinsonTheGreat/EvolutionSimulatorV2#readme",
"devDependencies": {
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {}
}