{ "name": "@invintus/react-pull-stream", "version": "3.0.4", "description": "Create a duplex stream from a react component.", "directories": { "example": "example", "test": "test" }, "main": "index.js", "scripts": { "deps": "dependency-check package.json && dependency-check package.json --unused --entry test/*.js -i dependency-check -i eslint -i eslint-config-minlint -i tap-spec -i browserify -i wzrd -i tape-run", "lint": "eslint index.js", "preversion": "npm run lint && npm run deps && npm test", "postversion": "git push && git push --tags && npm publish", "dev": "wzrd example/index.js -- -dv", "test": "browserify test/index.js | tape-run | tap-spec" }, "dependencies": { "create-react-class": "^15.6.2", "pull-abortable": "^4.1.0", "pull-notify": "^0.1.1", "pull-pushable": "^2.0.1", "pull-stream": "^3.4.5", "react": "^16.0.0", "react-dom": "^16.0.0", "xtend": "^4.0.1" }, "devDependencies": { "browserify": "^13.1.1", "dependency-check": "^2.8.0", "eslint": "^4.8.0", "eslint-config-minlint": "^2.0.0", "tap-spec": "^4.1.1", "tape": "^4.6.2", "tape-run": "^2.1.4", "wzrd": "^1.4.0" }, "repository": { "type": "git", "url": "git+https://github.com/TVWIT/react-pull-stream.git" }, "author": "nichoth", "license": "ISC", "bugs": { "url": "https://github.com/TVWIT/react-pull-stream/issues" }, "homepage": "https://github.com/TVWIT/react-pull-stream#readme", "keywords": [ "react", "pull", "stream", "pull-stream", "duplex" ] }