-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 959 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": "createnet",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"csv": "^1.1.1",
"debug": "~2.2.0",
"express": "~4.14.0",
"first-line": "^1.0.2",
"firstline": "^1.2.1",
"formidable": "^1.1.1",
"fs": "0.0.1-security",
"jquery": "^3.2.1",
"material-design-icons": "^3.0.1",
"material-design-lite": "^1.3.0",
"morgan": "~1.7.0",
"pug": "^2.0.0-rc.2",
"serve-favicon": "~2.3.0",
"socket.io": "^2.0.3"
},
"description": "A visual tool for creating neural networks.",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bnelo12/CreateNet.git"
},
"author": "Benjamin Elo",
"license": "ISC",
"bugs": {
"url": "https://github.com/bnelo12/CreateNet/issues"
},
"homepage": "https://github.com/bnelo12/CreateNet#readme"
}