-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 828 Bytes
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
{
"name": "iris-neural-network",
"version": "0.1.1",
"main": "app.js",
"private": false,
"scripts": {
"start": "node ./bin/www",
"db": "node_modules/.bin/sequelize ",
"network": "node ./neuralNetwork/training.js"
},
"license": "Read LICENSE file",
"collaborators": [
"Elihu A. Cruz Albores",
"Victor Fernando Gil Calderón",
"Andrés Aguilar Cruz"
],
"dependencies": {
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"jade": "~1.11.0",
"moment": "^2.18.1",
"morgan": "~1.8.1",
"node-sass-middleware": "0.9.8",
"novabrain": "^0.8.7",
"sequelize": "^4.2.1",
"sequelize-cli": "^2.7.0",
"serve-favicon": "~2.4.2",
"sqlite3": "^3.1.8"
},
"devDependencies": {
"jsdoc": "^3.4.3"
}
}