Adapts bindings to node-cmake v2, resolves #3879

This commit is contained in:
Daniel J. Hofmann
2017-04-06 11:59:16 +02:00
parent 98948989d0
commit 603e2ee7de
13 changed files with 645 additions and 1080 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
"dependencies": {
"nan": "^2.1.0",
"node-cmake": "^1.2.1",
"node-cmake": "^2.2.1",
"node-pre-gyp": "^0.6.34"
},
"browserify": {
@@ -27,7 +27,7 @@
"url": "https://github.com/Project-OSRM/osrm-backend.git"
},
"author": "Project OSRM Team",
"license": "BSD 2-Clause",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Project-OSRM/osrm-backend/issues"
},