{
	"name": "pipestream",
	"description": "handle pipe stream",
	"version": "0.7.5",
	"author": "avenwu <avenwu@vip.qq.com>",
	"contributors": [],
	"license": "MIT",
	"keywords": [
		"stream",
		"pipe",
		"transform"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/avwo/pipestream.git"
	},
	"scripts": {
		"test": "node test",
		"lint": "eslint ./lib ./test *.js",
    "lintfix": "eslint --fix ./lib ./test *.js"
	},
	"engines": {
	"node": ">= 6"
	},
	"devDependencies": {
    "eslint": "^2.8.0"
  }
}
