-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "infominer-public",
"version": "1.0.0",
"description": "Artificial Intelligence for the rest of us",
"main": "index.js",
"scripts": {
"test": "cd src/test && sh tests.sh",
"server:gui": "cd src/server && node gui-server.js",
"postgres:create": "cd src/load && node create-postgres-tables.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ErikNovak/infominer-public.git"
},
"author": "Erik Novak <erik.novak@ijs.si>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/ErikNovak/infominer-public/issues"
},
"homepage": "https://github.com/ErikNovak/infominer-public#readme",
"dependencies": {
"async": "^2.6.0",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"d3-scale": "^2.1.2",
"d3-time": "^1.0.10",
"d3-time-format": "^2.1.3",
"express": "^4.16.2",
"express-session": "^1.15.6",
"jsonschema": "^1.2.2",
"minimist": "^1.2.0",
"multer": "^1.3.0",
"path": "^0.12.7",
"pg": "^8.7.1",
"pg-cursor": "^1.3.0",
"qminer": "^9.2.4",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"winston": "^2.4.0",
"winston-daily-rotate-file": "^1.7.2"
},
"devDependencies": {
"eslint": "^4.10.0"
}
}