-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 898 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 898 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
38
{
"name": "moovfy_node",
"version": "1.0.0",
"description": "Moovfy NODEJS Server API",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Moovfy/moovfy_node.git"
},
"keywords": [
"Express",
"RESTAPI",
"MongoDB",
"Mongoose"
],
"author": "Pol Valls Ortiz",
"license": "ISC",
"bugs": {
"url": "https://github.com/Moovfy/moovfy_node/issues"
},
"homepage": "https://github.com/Moovfy/moovfy_node#readme",
"dependencies": {
"body-parser": "^1.18.3",
"d3-voronoi": "^1.1.4",
"density-clustering": "^1.3.0",
"express": "^4.16.4",
"fs": "0.0.1-security",
"geocluster": "^0.1.1",
"http": "0.0.0",
"https": "^1.0.0",
"mongoose": "^5.3.2",
"request": "^2.88.0",
"swagger-ui-express": "^4.0.1"
}
}