-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.17 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
{
"name": "netural",
"version": "0.1.0",
"description": "netural === neural net, simple ai for the web.",
"scripts": {
"build": "webpack",
"train": "webpack -w",
"build-min": "webpack",
"simple": "webpack -w",
"softmax": "webpack -w",
"equation": "webpack -w",
"mnist": "webpack -w",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"lint:example": "eslint example --fix"
},
"dependencies": {},
"devDependencies": {
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"webpack": "^3.5.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlloyTeam/neural-net.git"
},
"keywords": [
"netural",
"neural",
"netural-net",
"ai",
"machine-learning"
],
"author": "dntzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlloyTeam/neural-net/issues/new"
},
"homepage": "http://alloyteam.github.io/neural-net"
}