2016-03-04 15:11:05 -05:00
|
|
|
{
|
2017-03-01 12:27:57 -05:00
|
|
|
"name": "osrm",
|
|
|
|
"version": "5.7.0",
|
2016-03-04 15:11:05 -05:00
|
|
|
"private": true,
|
2017-02-13 06:53:05 -05:00
|
|
|
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
|
2016-03-04 15:11:05 -05:00
|
|
|
"dependencies": {
|
2016-07-07 09:31:20 -04:00
|
|
|
"chalk": "^1.1.3",
|
|
|
|
"cucumber": "^1.2.1",
|
2016-03-04 15:11:05 -05:00
|
|
|
"d3-queue": "^2.0.3",
|
2016-09-19 17:13:44 -04:00
|
|
|
"mkdirp": "^0.5.1",
|
2016-03-04 15:11:05 -05:00
|
|
|
"node-timeout": "0.0.4",
|
2016-07-07 09:31:20 -04:00
|
|
|
"polyline": "^0.2.0",
|
2016-03-04 15:11:05 -05:00
|
|
|
"request": "^2.69.0",
|
2016-09-19 17:13:44 -04:00
|
|
|
"rimraf": "^2.5.4",
|
2017-03-01 12:27:57 -05:00
|
|
|
"xmlbuilder": "^4.2.1",
|
|
|
|
|
|
|
|
"nan": "^2.1.0",
|
|
|
|
"node-cmake": "^1.2.1",
|
|
|
|
"node-pre-gyp": "~0.6.30"
|
2016-03-04 15:11:05 -05:00
|
|
|
},
|
2016-03-24 20:31:18 -04:00
|
|
|
"bin": {
|
|
|
|
"cucumber": "./node_modules/cucumber/bin/cucumber.js"
|
|
|
|
},
|
2016-11-30 22:38:53 -05:00
|
|
|
"browserify": {
|
|
|
|
"transform": [
|
|
|
|
"babelify",
|
|
|
|
"brfs"
|
|
|
|
]
|
|
|
|
},
|
2016-03-04 15:11:05 -05:00
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint -c ./.eslintrc features/step_definitions/ features/support/",
|
2017-03-11 03:26:12 -05:00
|
|
|
"test": "npm run lint && node ./node_modules/cucumber/bin/cucumber.js features/ -p verify && node ./node_modules/cucumber/bin/cucumber.js features/ -p mld",
|
2016-03-04 15:11:05 -05:00
|
|
|
"clean-test": "rm -rf test/cache",
|
2016-11-30 22:38:53 -05:00
|
|
|
"cucumber": "./node_modules/cucumber/bin/cucumber.js",
|
2017-03-01 12:27:57 -05:00
|
|
|
"build-api-docs": "./scripts/build_api_docs.sh",
|
|
|
|
|
|
|
|
"preinstall": "npm install node-pre-gyp",
|
|
|
|
"install": "node-pre-gyp install --fallback-to-build=false"
|
2016-03-04 15:11:05 -05:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Project-OSRM/osrm-backend.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Project-OSRM/osrm-backend/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Project-OSRM/osrm-backend",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=4.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-11-30 22:38:53 -05:00
|
|
|
"docbox": "^1.0.2",
|
2017-03-01 12:27:57 -05:00
|
|
|
"eslint": "^2.4.0",
|
|
|
|
|
|
|
|
"aws-sdk": "~2.0.31",
|
|
|
|
"tape": "^4.2.2"
|
|
|
|
},
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"binary": {
|
|
|
|
"module_name": "node-osrm",
|
|
|
|
"module_path": "./lib/binding/",
|
|
|
|
"host": "https://mapbox-node-binary.s3.amazonaws.com",
|
|
|
|
"remote_path": "./{name}/v{version}/{configuration}/",
|
|
|
|
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
|
2016-03-04 15:11:05 -05:00
|
|
|
}
|
|
|
|
}
|