route360
Version:
The Route360° JavaScript API for Motion Intelligence's time-based access mapping service.
35 lines (34 loc) • 788 B
JSON
{
"name": "route360",
"version": "0.5.3",
"description": "The Route360° JavaScript API for Motion Intelligence's time-based access mapping service.",
"main": "dist/r360.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "jake build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/route360/r360-js.git"
},
"keywords": [
"map",
"gis",
"leaflet",
"isochrone"
],
"author": "Motion Intelligence GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/route360/r360-js/issues"
},
"homepage": "https://developers.route360.net",
"devDependencies": {
"jake": "^8.0.15",
"jshint": "^2.9.5",
"uglify-js": "~2.7.5"
}
}