{
  "name": "baccano",
  "version": "2.1.1",
  "description": "Railway-oriented programming helper library",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "rollup -c"
  },
  "author": "John Paul Ada",
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-preset-env": "^1.7.0",
    "rollup-plugin-babel": "^3.0.5",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-uglify-es": "^0.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johnpaulada/baccano.git"
  },
  "keywords": [
    "railway-oriented-programming",
    "javascript"
  ],
  "bugs": {
    "url": "https://github.com/johnpaulada/baccano/issues"
  },
  "homepage": "https://github.com/johnpaulada/baccano#readme"
}
