{
  "name": "denormalizr",
  "version": "0.6.0",
  "description": "Denormalizer for normalizr",
  "main": "dist/src/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "cover": "babel-node ./node_modules/istanbul/lib/cli cover -- _mocha --recursive --reporter spec",
    "prebuild": "rimraf dist",
    "prepublish": "npm run build",
    "build": "npm run build:node && npm run build:production && npm run build:development",
    "build:node": "babel src --out-dir dist/src",
    "build:production": "NODE_ENV=production webpack -p", 
    "build:development": "NODE_ENV=development webpack", 
    "test": "mocha --compilers js:babel-core/register --recursive",
    "test:watch": "npm run test -- --watch",
    "lint": "eslint src test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gpbl/denormalizr.git"
  },
  "keywords": [
    "normalizr",
    "normalize"
  ],
  "author": "Giampaolo Bellavite",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gpbl/denormalizr/issues"
  },
  "homepage": "https://github.com/gpbl/denormalizr#readme",
  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-core": "^6.22.1",
    "babel-eslint": "^7.0.0",
    "babel-preset-es2015": "^6.22.0",
    "chai": "^3.5.0",
    "chai-immutable": "^1.5.4",
    "coveralls": "^2.11.16",
    "eslint": "^3.15.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.9.0",
    "immutable": "^3.8.1",
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^3.1.0",
    "normalizr": "^3.2.1",
    "rimraf": "^2.5.4",
    "webpack": "^2.2.1"
  },
  "dependencies": {
    "lodash": "^4.17.4"
  },
  "peerDependencies": {
    "normalizr": "^3.0.2"
  }
}
