-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 901 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
{
"name": "crowdhub-api",
"version": "0.2.1",
"description": "crowdhub API",
"scripts": {
"start": "node src/server.js",
"test": "jest --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrentoCrowdAI/crowdhub-api.git"
},
"author": "Jorge Ramírez",
"license": "ISC",
"bugs": {
"url": "https://github.com/TrentoCrowdAI/crowdhub-api/issues"
},
"homepage": "https://github.com/TrentoCrowdAI/crowdhub-api#readme",
"dependencies": {
"adm-zip": "^0.4.13",
"async-retry": "^1.2.3",
"body-parser": "^1.18.3",
"boom": "^7.3.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"google-auth-library": "^4.0.0",
"jest": "^24.1.0",
"json-2-csv": "^3.13.0",
"neat-csv": "^4.0.0",
"node-fetch": "^2.6.1",
"pg": "^7.8.0",
"promise-retry": "^1.1.1",
"supertest": "^3.4.2",
"vm2": "^3.7.0"
}
}