{
  "name": "@mapbox/parse-mapbox-token",
  "version": "0.2.0",
  "description": "Parse a Mapbox API token, in Node or the browser",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test-browser": "browserify test.js > test-bundle.js && open test-browser.html",
    "pretest": "npm run lint",
    "test": "tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapbox/parse-mapbox-token.git"
  },
  "keywords": [
    "mapbox",
    "api",
    "parse",
    "token"
  ],
  "author": "Mapbox",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/mapbox/parse-mapbox-token/issues"
  },
  "homepage": "https://github.com/mapbox/parse-mapbox-token#readme",
  "devDependencies": {
    "browserify": "^16.2.0",
    "eslint": "^4.19.1",
    "tape": "^4.9.0"
  },
  "dependencies": {
    "base-64": "^0.1.0"
  }
}
