-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "turbasen",
"version": null,
"description": "Node.JS-client for Nasjonal Turbase",
"main": "index.js",
"scripts": {
"lint": "eslint index.js test.js",
"test": "mocha -c --check-leaks -R tap test.js",
"watch": "mocha -w -b -c --check-leaks -R progress test.js",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Turbasen/turbasen.js.git"
},
"keywords": [
"DNT",
"Nasjonal Turbase",
"hiking",
"trekking",
"Norge",
"Norway"
],
"author": "Hans Kristian Flaatten <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Turbasen/turbasen.js/issues"
},
"homepage": "https://github.com/Turbasen/turbasen.js#readme",
"devDependencies": {
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"mocha": "^2.3.4",
"semantic-release": "^4.3.5"
},
"dependencies": {
"async-each-map": "^1.0.1",
"request": "^2.67.0"
},
"engines": {
"node": ">=4.0.0"
}
}