{
  "name": "gittoken-reducers",
  "version": "0.0.59",
  "description": "Redux Reducers for GitToken Application State Management",
  "main": "./dist/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "npx mocha",
    "build": "npx babel ./src/ --out-dir ./dist/ "
  },
  "keywords": [
    "GitToken",
    "ERC20",
    "Token",
    "Redux",
    "Reducers",
    "Ethereum",
    "Git"
  ],
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.24.1",
    "babel-loader": "^7.0.0",
    "babel-plugin-inline-import": "^2.0.5",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.5.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-runtime": "^6.23.0",
    "chai": "^4.0.1"
  },
  "author": "Ryan Tate",
  "license": "MIT",
  "dependencies": {
    "gittoken-redux-actions": "0.0.42"
  }
}
