-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 895 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
{
"name": "metroruta-df-api",
"version": "0.0.1",
"description": "API para informacion del metro del DF, como calculo de rutas y busqueda de estaciones",
"main": "transito-df.js",
"scripts": {
"test": "node node_modules/jasmine-node/bin/jasmine-node test | node_modules/mocha/bin/mocha",
"start": "node api.js"
},
"devDependencies": {
"jasmine-node": "^1.14.5",
"frisby": "^0.8.5",
"mocha": "^2.3.3",
"dupertest": "^1.0.2",
"chai": "^3.4.0"
},
"dependencies": {
"express": "~4.13.3",
"mongoose": "3.6.x",
"tungus": "0.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/mandroslabs/metroruta-df-api.git"
},
"author": "mandros labs",
"license": "Apache",
"bugs": {
"url": "https://github.com/mandroslabs/metroruta-df-api/issues"
},
"homepage": "https://github.com/mandroslabs/metroruta-df-api"
}