{
  "name": "redux-atom",
  "version": "0.1.3",
  "description": "Redux Atom",
  "main": "index.js",
  "scripts": {
    "build": "babel src -d lib",
    "lint": "eslint src test index.js",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bulicmatko/redux-atom.git"
  },
  "keywords": [
    "redux",
    "atom"
  ],
  "author": "Matko Bulic <bulicmatko@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bulicmatko/redux-atom/issues"
  },
  "homepage": "https://github.com/bulicmatko/redux-atom#readme",
  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-eslint": "^7.1.1",
    "babel-plugin-transform-object-rest-spread": "^6.22.0",
    "babel-preset-babili": "0.0.10",
    "babel-preset-es2015": "^6.22.0",
    "chai": "^3.5.0",
    "eslint": "^3.15.0",
    "eslint-config-standard": "^6.2.1",
    "eslint-plugin-promise": "^3.4.1",
    "eslint-plugin-standard": "^2.0.1",
    "mocha": "^3.2.0"
  }
}
