{
  "name": "@bufferapp/async-data-fetch",
  "version": "0.7.4",
  "description": "Fetch data from RPC backend",
  "main": "index.js",
  "scripts": {
    "lint": "eslint . --ignore-pattern coverage node_modules",
    "test": "yarn run lint && sh ../../package_test.sh",
    "test-watch": "jest --watch"
  },
  "author": "hharnisc@gmail.com",
  "devDependencies": {
    "eslint": "3.19.0",
    "jest": "19.0.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
