{
  "name": "split-transform-stream",
  "version": "1.0.0",
  "description": "A combination of through2 and split with a straightforward interface.",
  "main": "index.js",
  "dependencies": {
    "split": "^1.0.0",
    "through2": "^2.0.0",
    "pump-chain": "^1.0.0"
  },
  "devDependencies": {
    "alessioalex-standard": "^1.1.0",
    "husky": "^0.10.2",
    "tap": "^2.3.1"
  },
  "scripts": {
    "lint": "alessioalex-standard",
    "test": "node test.js",
    "precommit": "npm run lint && npm test"
  },
  "author": "Alexandru Vladutu <alexandru.vladutu@gmail.com> (http://careers.stackoverflow.com/alessioalex)",
  "repository": {
    "type": "git",
    "url": "https://github.com/alessioalex/split-transform-stream.git"
  },
  "license": "MIT"
}
