-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 805 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 805 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
39
{
"name": "bvg-api",
"version": "0.1.0",
"description": "BVG API",
"author": "kr1sp1n",
"main": "index.js",
"bugs": {
"url": "https://github.com/kr1sp1n/bvg-api/issues"
},
"homepage": "https://github.com/kr1sp1n/bvg-api",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "gulp develop"
},
"repository": {
"type": "git",
"url": "git://github.com/kr1sp1n/bvg-api.git"
},
"keywords": [
"api",
"bvg",
"opendata"
],
"dependencies": {
"cheerio": "^0.22.0",
"csv-parse": "^1.1.10",
"request": "^2.79.0",
"restify": "^4.3.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-nodemon": "^2.2.1"
},
"engines": {
"node": "7.4.0"
}
}