forked from Project-OSRM/node-osrm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 814 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": "osrm",
"description": "open source routing machine",
"url": "https://github.com/DennisOSRM/Project-OSRM",
"homepage": "http://project-osrm.org",
"author": "Dane Springmeyer <springmeyer>",
"version": "0.1.0",
"main": "./lib/osrm.js",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/DennisOSRM/Project-OSRM/issues"
},
"keywords": [
"routing",
"geocoding"
],
"repository": {
"type": "git",
"url": "git://github.com/DennisOSRM/Project-OSRM.git"
},
"licenses": [
{
"type": "BSD"
}
],
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">= 0.6.13 < 0.11.0"
},
"scripts": {
"test": "mocha -R spec"
}
}