-
Notifications
You must be signed in to change notification settings - Fork 112
/
package.json
43 lines (43 loc) · 871 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
39
40
41
42
43
{
"name": "node-mind",
"description": "A flexible neural network library",
"author": "Steven Miller",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/stevenmiller888/mind"
},
"keywords": [
"machine-learning",
"neural-network",
"learning",
"sigmoid",
"network",
"neuron",
"neural",
"mind",
"nn"
],
"main": "index.js",
"license": "MIT",
"dependencies": {
"emitter-component": "^1.1.1",
"htan": "0.0.3",
"htan-prime": "0.0.1",
"node-matrix": "0.1.1",
"samples": "0.0.2",
"sigmoid": "0.0.1",
"sigmoid-prime": "0.0.1"
},
"devDependencies": {
"ava": "^0.19.1",
"babel-eslint": "^7.2.3",
"mind-xor": "0.0.3",
"nyc": "^10.3.2",
"png-img": "^1.1.1",
"standard": "^10.0.2"
},
"standard": {
"parser": "babel-eslint"
}
}