{
  "name": "redux-jsonapi-client",
  "version": "0.3.2",
  "description": "Redux Jsonapi Client",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha dist/tests"
  },
  "keywords": [
    "redux",
    "json",
    "api"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smbwain/redux-jsonapi-client.git"
  },
  "author": "Roman Ditchuk",
  "license": "ISC",
  "devDependencies": {
    "babel-plugin-transform-object-rest-spread": "6.23.0",
    "babel-preset-es2015": "6.24.0",
    "babel-preset-es2016-node5": "1.1.2",
    "babel-preset-react": "6.23.0",
    "expect": "1.20.2",
    "gulp": "3.9.1",
    "gulp-babel": "6.1.2",
    "gulp-sourcemaps": "2.4.1",
    "mocha": "3.2.0",
    "source-map-support": "0.4.12"
  },
  "dependencies": {
    "superagent": "3.5.0"
  }
}
