forked from maxlorenz/rt-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 682 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 682 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
{
"name": "rt-library",
"version": "0.0.1",
"description": "Green Navigation routing library",
"main": "index.js",
"scripts": {
"simple": "node ./simple-routing.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Greennav/rt-library.git"
},
"keywords": [
"osm",
"greennav",
"routing"
],
"author": "Green Navigation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Greennav/rt-library/issues"
},
"homepage": "https://github.com/Greennav/rt-library#readme",
"dependencies": {
"express": "^4.14.0",
"osm-read": "^0.6.0"
}
}