-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 742 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "cppnjs",
"description": "Compositional Pattern Producing Networks (CPPN), a form of Artificial Neural Network with differing activation functions, implemented in Javascript with Mocha tests for verification",
"keywords": ["Neural Networks", "ANN", "CPPN", "NEAT"],
"author" : { "name": "Paul Szerlip",
"email": "Paul.Szerlip@cs.ucf.edu",
"url": "http://designforcode.com/" },
"version": "0.2.7",
"main":"cppn.js",
"repository": {
"type": "git",
"url": "https://github.com/OptimusLime/cppnjs.git"
},
"bugs" : "https://github.com/OptimusLime/cppnjs/issues",
"license":"MIT",
"devDependencies": {
"node-watch" : "*",
"mocha": "1.1.x",
"should": "1.1.x"
}
}