{
  "name": "node-eegeo",
  "jest": {
    "verbose": true,
    "notify": true,
    "moduleFileExtensions": [
      "js",
      "jsx"
    ],
    "moduleDirectories": [
      "node_modules",
      "bower_components",
      "shared"
    ],
    "collectCoverage": true
  },
  "version": "0.0.2",
  "description": "An npm package for the eegeo.js library",
  "main": "index.js",
  "jsnext:main": "index.mjs",
  "browser": "index.browser.js",
  "babel": {
    "presets": [
      "latest",
      "stage-0"
    ],
    "plugins": [
      "transform-runtime"
    ]
  },
  "engines": {
    "node": ">=8.1.2"
  },
  "scripts": {
    "test": "npm run test:jest && npm run lint",
    "test:jest:watch": "jest --watchAll --no-cache",
    "test:jest": "jest --no-cache",
    "lint": "eslint --fix src test tools",
    "lint:watch": "node node_modules/eslint-watch/bin/esw -w src test tools --fix",
    "watch": "npm-run-all test:jest:watch",
    "webpack": "webpack --progress --colors --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DaneTheory/node-eegeo.git"
  },
  "keywords": [
    "eegeo",
    "eegeojs",
    "eegeo.js",
    "node-eegeo"
  ],
  "author": "Branden Dane <danetheory@gmail.com> (http://www.danetheory.com/)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/DaneTheory/node-eegeo/issues"
  },
  "homepage": "https://github.com/DaneTheory/node-eegeo#readme",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-eslint": "^7.2.3",
    "babel-jest": "^20.0.3",
    "babel-loader": "^7.1.0",
    "babel-plugin-dynamic-import-node": "^1.0.2",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-es2015-rollup": "^3.0.0",
    "babel-preset-latest": "^6.24.1",
    "babel-preset-node6": "^11.0.0",
    "babel-preset-stage-0": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "babel-register": "^6.24.1",
    "concurrently": "^3.5.0",
    "coveralls": "^2.13.1",
    "del": "^3.0.0",
    "eslint": "^4.0.0",
    "eslint-config-airbnb": "^15.0.1",
    "eslint-config-prettier": "^2.2.0",
    "eslint-plugin-import": "^2.3.0",
    "eslint-plugin-jest": "^20.0.3",
    "eslint-plugin-jsx-a11y": "^5.0.3",
    "eslint-plugin-prettier": "^2.1.2",
    "eslint-plugin-react": "^7.1.0",
    "eslint-watch": "^3.1.2",
    "istanbul": "^0.4.5",
    "jest": "^20.0.4",
    "jest-cli": "^20.0.4",
    "jest-validate": "^20.0.3",
    "npm-run-all": "^4.0.2",
    "prettier": "^1.4.4",
    "prettier-eslint": "^6.3.0",
    "rollup": "^0.43.0",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-uglify": "^2.0.1",
    "sinon": "^2.3.5"
  },
  "dependencies": {
    "babel-runtime": "^6.23.0"
  },
  "false": {}
}
