-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
31 lines (31 loc) · 871 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
{
"name": "mapa.mexicosismo",
"version": "0.8.0",
"description": "Herramienta para la consolidación de la información dispersa y relevante al sismo.",
"main": "server.js",
"dependencies": {
"@mapbox/togeojson": "^0.16.0",
"csv-parse": "^1.2.3",
"express": "^4.15.4",
"google-spreadsheet-to-json": "^1.0.0",
"node-schedule": "^1.2.5",
"request": "^2.82.0"
},
"devDependencies": {},
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "4.8.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mxabierto/crowdsourcing_sismo_19.git"
},
"author": "Leonel Castañeda <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/miguelsalazar/mapeo_colaborativo/issues"
},
"homepage": "https://github.com/miguelsalazar/mapeo_colaborativo#readme"
}