update package.json (#4889)

This commit is contained in:
Huyen Chau Nguyen 2018-02-15 16:14:18 +01:00 committed by GitHub
parent 975ede4bec
commit a8bc2cf8a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,11 @@
"private": false,
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
"dependencies": {
"mkdirp": "^0.5.1",
"nan": "^2.6.2",
"node-cmake": "^2.3.2",
"node-pre-gyp": "^0.6.36"
"node-pre-gyp": "^0.6.36",
"rimraf": "^2.5.4"
},
"browserify": {
"transform": [
@ -45,11 +47,9 @@
"documentation": "^4.0.0-rc.1",
"eslint": "^2.4.0",
"faucet": "^0.0.1",
"mkdirp": "^0.5.1",
"node-timeout": "0.0.4",
"polyline": "^0.2.0",
"request": "^2.69.0",
"rimraf": "^2.5.4",
"tape": "^4.7.0",
"xmlbuilder": "^4.2.1"
},