osrm
Version:
The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.
21 lines (20 loc) • 355 B
JSON
{
"name": "addon",
"version": "1.0.0",
"description": "Node.js example native module",
"keywords": [
"addon",
"native",
"module"
],
"author": "Node.js Foundation",
"license": "ISC",
"main": "index.js",
"scripts": {
"install": "ncmake rebuild"
},
"repository": {},
"devDependencies": {
"node-cmake": "2.x"
}
}