-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 839 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 839 Bytes
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": "evolutionary-cooperation",
"version": "1.0.0",
"description": "Evolving Cooperation",
"main": "index.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CM-Tech/evolutionary-cooperation.git"
},
"author": "CM-Tech",
"license": "ISC",
"bugs": {
"url": "https://github.com/CM-Tech/evolutionary-cooperation/issues"
},
"homepage": "https://github.com/CM-Tech/evolutionary-cooperation#readme",
"dependencies": {
"asciichart": "^1.5.7",
"neataptic": "^1.4.7",
"pixi.js": "^4.7.3",
"sprintf-js": "^1.1.1"
},
"devDependencies": {
"@types/pixi.js": "^4.7.3",
"ts-loader": "^4.2.0",
"typescript": "^2.8.3",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2"
},
"browser": {
"child_process": false
}
}