-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 968 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
36
37
38
{
"name": "evo-js",
"version": "0.2.5",
"description": "Evolutionary Algorithm Tool wrapped with ANN",
"main": "evo.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/aprowe/evo.git"
},
"keywords": [
"evolutionary",
"algorithm",
"neural",
"network",
"cppn"
],
"author": "Alexander Rowe <[email protected]> (http://alexrowe.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aprowe/evo/issues"
},
"homepage": "https://github.com/aprowe/evo",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-coffee": "~0.13.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-execute": "^0.2.2"
},
"tonicExampleFilename": "examples/XOR.js"
}