rollup-stream
Version:
a wrapper around Rollup that returns a stream instead of a Promise
38 lines (37 loc) • 836 B
JSON
{
"name": "rollup-stream",
"version": "1.24.1",
"description": "a wrapper around Rollup that returns a stream instead of a Promise",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/permutatrix/rollup-stream.git"
},
"keywords": [
"rollup",
"gulpfriendly"
],
"author": "Permutator <permutatorem@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/permutatrix/rollup-stream/issues"
},
"homepage": "https://github.com/permutatrix/rollup-stream#readme",
"dependencies": {
"rollup": "^0.49.2"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"rollup-plugin-hypothetical": "^1.0.1"
},
"files": [
"index.js",
"LICENSE",
"README.md",
"package.json"
]
}