{
  "name": "sculpt",
  "version": "0.1.7",
  "description": "Generate Node 0.10-friendly transform streams to manipulate other streams.",
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "engineStrict": true,
  "scripts": {
    "ensure-tests": "bin/ensure-tests",
    "jshint": "jshint lib/* test/* index.js",
    "jscs": "jscs lib/* test/* index.js",
    "mocha": "mocha --reporter spec --check-leaks",
    "zuul": "bin/zuul-tests",
    "test": "bin/test"
  },
  "devDependencies": {
    "es5-shim": "^4.0.3",
    "jscs": "~1.3.0",
    "jshint": "~2.4.4",
    "mocha": "~1.17.1",
    "phantomjs": "^1.9.10",
    "zuul": "^1.11.0"
  },
  "author": "Evan Solomon <evan.solomon@medium.com>",
  "license": "MIT",
  "homepage": "https://github.com/Medium/sculpt",
  "repository": {
    "type": "git",
    "url": "git://github.com/Medium/sculpt.git"
  },
  "bugs": {
    "url": "https://github.com/Medium/sculpt/issues"
  },
  "keywords": [
    "stream",
    "streams2",
    "transform",
    "objectMode"
  ]
}
