-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 912 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 912 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
36
37
{
"name": "nodejs-yourmapswipe-workers",
"version": "1.0.0",
"description": "Workers for the Mapswipe platform",
"main": "run-worker.js",
"scripts": {
"test": "node run-worker.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mapswipe/nodejs-yourmapswipe-workers.git"
},
"keywords": [
"mapswipe",
"workers",
"nodejs",
"geo"
],
"author": "Pim de Witte",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/mapswipe/nodejs-yourmapswipe-workers/issues"
},
"homepage": "https://github.com/mapswipe/nodejs-yourmapswipe-workers#readme",
"dependencies": {
"JSONStream": "^1.1.3",
"body-parser": "^1.15.2",
"csv-parse": "^1.1.1",
"event-stream": "^3.3.4",
"firebase": "^3.1.0",
"fs": "0.0.2",
"mongoose": "^4.5.7",
"mysql": "^2.11.1",
"python-shell": "^0.4.0",
"restling": "^0.9.1"
}
}