{
  "name": "@pipes/utils",
  "version": "0.3.1",
  "description": "Basic utilities for web streams",
  "main": "index.js",
  "scripts": {
    "build": "babel src -d .",
    "bundle": "browserify --external @pipes-core index.js > dist/pipes.utils.js",
    "flow": "flow",
    "docs": "documentation build --config documentation.yml src/index.js -f md > README.md",
    "minify": "uglifyjs dist/pipes.utils.js -o dist/pipes.utils.min.js -c",
    "dist": "npm run bundle && npm run minify",
    "build-all": "npm run docs && npm run build && npm run dist",
    "prepare": "npm run build-all",
    "prepublishOnly": "npm run build-all",
    "test": "flow && mocha --ui qunit --compilers js:babel-register"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pipesjs/utils.git"
  },
  "keywords": [
    "streams",
    "pipesjs",
    "utils"
  ],
  "author": "Diwank Singh <diwank.singh@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pipesjs/utils/issues"
  },
  "homepage": "https://github.com/pipesjs/utils#readme",
  "peerDependencies": {
    "@pipes/core": "*"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-plugin-transform-async-to-generator": "^6.5.0",
    "babel-polyfill": "^6.6.1",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.6.0",
    "babel-runtime": "^6.6.1",
    "browserify": "^13.0.0",
    "documentation": "^4.0.0-rc.1",
    "flow-bin": "^0.46.0",
    "mocha": "^2.4.5",
    "uglify-js": "^2.6.2"
  }
}
