{
  "name": "ramda-immutable",
  "version": "1.0.1",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha --require babel-register",
    "build": "npm run build:babel && npm run build:flowcopy",
    "build:babel": "babel --out-dir dist src",
    "build:flowcopy": "flow-copy-source src/ dist/",
    "prepublish": "npm run build"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-plugin-syntax-flow": "^6.8.0",
    "babel-plugin-transform-flow-strip-types": "^6.8.0",
    "babel-plugin-typecheck": "^3.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-1": "^6.5.0",
    "babel-register": "^6.9.0",
    "chai": "^3.5.0",
    "flow-copy-source": "^1.0.2",
    "immutable": "^3.8.1",
    "mocha": "^2.5.3",
    "ramda": "^0.21.0"
  }
}
