-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.46 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "golden-combat-park",
"version": "1.0.0",
"description": "Genetic Algorithm",
"main": "dist/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "istanbul cover node_modules/jasmine/bin/jasmine.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lewismoten/golden-combat-park.git"
},
"keywords": [
"genetic algorithm",
"ai",
"artificial intellegence"
],
"author": "Lewis Edward Moten III",
"license": "ISC",
"bugs": {
"url": "https://github.com/lewismoten/golden-combat-park/issues"
},
"homepage": "https://github.com/lewismoten/golden-combat-park#readme",
"devDependencies": {
"array-flatten": "^2.1.0",
"babel-preset-es2015": "^6.9.0",
"coffee-script": "^1.10.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-istanbul": "^0.10.4",
"gulp-jasmine": "^2.3.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-uglify": "^1.5.3",
"istanbul": "^0.4.3",
"jasmine": "^2.4.1",
"observer-subject": "^1.1.1"
},
"dependencies": {
"array-walker": "^1.1.0",
"get-key-or-default": "^1.0.0",
"heaviside": "^1.0.1",
"htan": "0.0.3",
"inda": "^1.0.0",
"is-function": "^1.0.1",
"is-undefined": "^1.0.2",
"make-word": "^1.0.0",
"observer-subject": "^1.1.1",
"octothorpe-xo": "^1.0.0",
"random-js": "^1.0.8",
"sigmoid": "0.0.1",
"softmax-fn": "^1.0.8",
"uuid": "^2.0.2"
}
}