{
  "name": "mapbox-directions-api",
  "version": "0.5.1",
  "description": "JS API abstraction for Mapbox Directions API",
  "main": "index.js",
  "scripts": {
    "test": "jshint src && npm run build && browserify --debug test/test.js | tap-closer | smokestack -b firefox | tap-spec",
    "test:cr": "jshint src && npm run build && browserify --debug test/test.js | tap-closer | smokestack -b chrome | tap-spec",
    "build": "browserify --debug index.js > dist/mapbox.directions.api.js"
  },
  "author": "Jérôme Avoustin <jerome.avoustin@tweetping.net>",
  "repository": {
    "type": "git",
    "url": "git@github.com:lightstream-company/mapbox-directions-api.git"
  },
  "dependencies": {
    "corslite": "0.0.5",
    "mapbox.js": "1.5.2",
    "polyline": "0.0.3",
    "queue-async": "^1.0.7"
  },
  "devDependencies": {
    "browserify": "2",
    "jshint": "2",
    "sinon": "^1.17.1",
    "smash": "0.0",
    "smokestack": "^3.4.1",
    "tap-closer": "^1.0.0",
    "tap-spec": "^4.1.0",
    "tape": "^4.2.1"
  },
  "license": "BSD-2-Clause"
}
