-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 949 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
33
34
35
{
"name": "skaneleden-scraper",
"version": "1.0.0",
"description": "Scrape all of the tracks and segments from the Skaneleden api",
"main": "index.js",
"scripts": {
"lint": "eslint *.js",
"test": "npm run lint",
"start": "babel-node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toshi38/skaneleden-scraper.git"
},
"author": "Stephen Lau",
"license": "ISC",
"bugs": {
"url": "https://github.com/toshi38/skaneleden-scraper/issues"
},
"homepage": "https://github.com/toshi38/skaneleden-scraper#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "^4.19.1"
},
"dependencies": {
"auto-bind": "^1.2.0",
"bluebird": "^3.5.1",
"gps-distance": "0.0.4",
"request": "^2.85.0",
"request-promise": "^4.2.2"
}
}