-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 734 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 734 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
{
"name": "aperire",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/aperire"
},
"dependencies": {
"bluebird": "^3.5.1",
"config": "^1.30.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-pino-logger": "^3.0.1",
"express-session": "^1.15.6",
"http-errors": "~1.6.2",
"lodash": "^4.17.10",
"mysql2": "^1.5.3",
"ngraph.cw": "^2.0.0",
"ngraph.graph": "0.0.14",
"ngraph.pagerank": "^0.1.4",
"node-exceptions": "^3.0.0",
"pino": "^4.17.3",
"sequelize": "^4.37.10"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
}
}