{
  "_args": [
    [
      "mapbox@1.0.0-beta10",
      "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure"
    ]
  ],
  "_from": "mapbox@1.0.0-beta10",
  "_id": "mapbox@1.0.0-beta10",
  "_inBundle": false,
  "_integrity": "sha1-A3VhvLlcvcBm0d/34s4dbIU5y44=",
  "_location": "/mapbox",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mapbox@1.0.0-beta10",
    "name": "mapbox",
    "escapedName": "mapbox",
    "rawSpec": "1.0.0-beta10",
    "saveSpec": null,
    "fetchSpec": "1.0.0-beta10"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/mapbox/-/mapbox-1.0.0-beta10.tgz",
  "_spec": "1.0.0-beta10",
  "_where": "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure",
  "author": {
    "name": "Tom MacWright"
  },
  "browser": {
    "tap": "tape"
  },
  "bugs": {
    "url": "https://github.com/mapbox/mapbox-sdk-js/issues"
  },
  "contributors": [
    {
      "name": "Andrew Harvey",
      "email": "andrew@alantgeo.com.au"
    },
    {
      "name": "Scott Andrews",
      "email": "scott@mapbox.com"
    }
  ],
  "dependencies": {
    "es6-promise": "^4.0.5",
    "rest": "^2.0.0"
  },
  "description": "interface to mapbox services",
  "devDependencies": {
    "aws-sdk": "^2.1.41",
    "brfs": "^1.4.1",
    "browser-process-hrtime": "^0.1.2",
    "browser-stdout": "1.3.0",
    "browserify": "^11.0.0",
    "documentation": "^6.1.0",
    "envify": "^3.4.0",
    "eslint": "^3.10.2",
    "geojson-random": "^0.2.2",
    "geojsonhint": "^1.1.0",
    "smokestack": "^3.3.0",
    "tap": "^8.0.1",
    "tap-status": "^1.0.1",
    "tape": "^4.2.0",
    "uglify-js": "^2.4.10"
  },
  "files": [
    "lib",
    "vendor",
    "dist"
  ],
  "homepage": "https://github.com/mapbox/mapbox-sdk-js",
  "keywords": [
    "mapbox",
    "interface",
    "api",
    "sdk"
  ],
  "license": "ISC",
  "main": "lib/mapbox.js",
  "name": "mapbox",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapbox/mapbox-sdk-js.git"
  },
  "scripts": {
    "browser-test": "browserify -t envify -t brfs test/*.js test/helpers/close.js | smokestack | tap-status",
    "browser-test-build": "echo '<script>' > test_bundle.html && browserify -t envify -t brfs test/matching.js >> test_bundle.html && echo '</script>' >> test_bundle.html",
    "browser-test-ff": "browserify -t envify -t brfs test/*.js test/helpers/close.js | smokestack -b firefox | tap-status",
    "build": "npm run build-dist && npm run build-min",
    "build-dist": "mkdir -p dist && browserify -s MapboxClient lib/mapbox.js > dist/mapbox-sdk.js",
    "build-min": "uglifyjs -c -m < dist/mapbox-sdk.js > dist/mapbox-sdk.min.js",
    "docs": "documentation build --shallow --config .documentation.yml -f md lib/mapbox.js lib/services/* > API.md",
    "lint": "eslint lib test/*.js",
    "prepublish": "npm run build",
    "test": "npm run lint && npm run unit-test",
    "unit-test": "tap --coverage test/browser.js test/*.js"
  },
  "version": "1.0.0-beta10"
}
