{
  "name": "history",
  "version": "1.9.1",
  "description": "A minimal, functional history implementation for JavaScript",
  "main": "lib/index",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rackt/history.git"
  },
  "bugs": {
    "url": "https://github.com/rackt/history/issues"
  },
  "scripts": {
    "build": "babel ./modules -d lib --ignore '__tests__'",
    "build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
    "build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
    "start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
    "test": "eslint modules && karma start",
    "lint": "eslint modules",
    "postinstall": "node -e \"require('fs').stat('lib', function (e, s) { process.exit(e || !s.isDirectory() ? 1 : 0) })\" || npm run build",
    "prepublish": "npm run build"
  },
  "authors": [
    "Michael Jackson"
  ],
  "license": "MIT",
  "dependencies": {
    "deep-equal": "^1.0.0",
    "invariant": "^2.0.0",
    "qs": "^4.0.0",
    "warning": "^2.0.0"
  },
  "devDependencies": {
    "assert": "1.3.0",
    "babel": "^5.4.7",
    "babel-core": "^5.4.7",
    "babel-eslint": "^3.1.23",
    "babel-loader": "^5.0.0",
    "eslint": "1.4.1",
    "eslint-plugin-react": "3.3.2",
    "expect": "1.10.0",
    "karma": "^0.13.3",
    "karma-browserstack-launcher": "^0.1.3",
    "karma-chrome-launcher": "^0.2.0",
    "karma-firefox-launcher": "^0.1.6",
    "karma-mocha": "^0.2.0",
    "karma-mocha-reporter": "^1.0.4",
    "karma-sourcemap-loader": "^0.3.5",
    "karma-webpack": "^1.7.0",
    "mocha": "^2.0.1",
    "rimraf": "^2.4.2",
    "webpack": "^1.4.13",
    "webpack-dev-server": "^1.10.1"
  },
  "tags": [
    "history",
    "location"
  ],
  "keywords": [
    "history",
    "location"
  ],
  "gitHead": "008cefe8c6f32bb99fec8d963c91904e490b5172",
  "homepage": "https://github.com/rackt/history#readme",
  "_id": "history@1.9.1",
  "_shasum": "f5463faf00d7081b240bb53ac2b93462ffeb7e75",
  "_from": "history@>=1.9.1 <1.10.0",
  "_npmVersion": "2.14.2",
  "_nodeVersion": "4.0.0",
  "_npmUser": {
    "name": "mjackson",
    "email": "mjijackson@gmail.com"
  },
  "dist": {
    "shasum": "f5463faf00d7081b240bb53ac2b93462ffeb7e75",
    "tarball": "http://registry.npmjs.org/history/-/history-1.9.1.tgz"
  },
  "maintainers": [
    {
      "name": "mjackson",
      "email": "mjijackson@gmail.com"
    },
    {
      "name": "ryanflorence",
      "email": "rpflorence@gmail.com"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/history/-/history-1.9.1.tgz"
}
