-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 988 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
39
40
41
42
{
"name": "hackathonfiesp2017",
"version": "1.0.0",
"description": "Hackathon Fiesp 2017",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcogorak/HackathonFiesp2017.git"
},
"keywords": [
"hackathon",
"fiesp"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcogorak/HackathonFiesp2017/issues"
},
"homepage": "https://github.com/marcogorak/HackathonFiesp2017#readme",
"dependencies": {
"body-parser": "^1.17.2",
"consign": "^0.1.6",
"express": "^4.15.3",
"express-fileupload": "^0.1.4",
"firebase-admin": "^5.1.0",
"geocoder": "^0.2.3",
"geolib": "^2.0.23",
"jsonwebtoken": "^7.4.2",
"mongoose": "^4.11.5",
"node-webcrawler": "^0.8.0",
"request": "^2.81.0",
"url": "^0.11.0"
},
"devDependencies": {
"jest": "^20.0.4",
"supertest": "^3.0.0"
}
}