-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 992 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 992 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
36
37
{
"name": "ecoalgorithm",
"version": "0.0.0",
"description": "mimic natural selection among species",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"copy-c3": "cp node_modules/c3/c3.min.js ecoalgorithm/static/lib/c3.js & cp node_modules/c3/c3.min.css ecoalgorithm/static/lib/c3.css & cp node_modules/d3/d3.min.js ecoalgorithm/static/lib/d3.js",
"tsc": "tsc -w",
"webpack-d": "webpack -d -w",
"webpack-p": "webpack -p -w"
},
"repository": {
"type": "git",
"url": "https://github.com/glennvorhes/ecoalgorithm.git"
},
"keywords": [
"genentic",
"machine",
"learning",
"optimization"
],
"author": "Glenn Vorhes",
"license": "MIT",
"bugs": {
"url": "https://github.com/glennvorhes/ecoalgorithm/issues"
},
"devDependencies": {
"@types/c3": "0.0.35",
"@types/jquery": "^2.0.33",
"c3": "^0.4.11",
"jquery": "^3.1.1"
}
}