streammagic
Version:
Convert anything to a stream
38 lines (37 loc) • 919 B
JSON
{
"name": "streammagic",
"version": "1.0.0",
"description": "Convert anything to a stream",
"main": "dist/index.js",
"scripts": {
"start": "node node_modules/gulp/bin/gulp",
"test": "node node_modules/gulp/bin/gulp compile --silent && node dist/test.js",
"prepublish": "node node_modules/gulp/bin/gulp compile",
"preversion": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/primetime/node-streammagic.git"
},
"bugs": {
"url": "https://github.com/primetime/node-streammagic/issues"
},
"author": "Wouter Buckens <wouter.buckens@primetime.be>",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.4",
"gulp-plumber": "^1.1.0",
"simple-lipsum": "^0.1.5",
"tap": "^10.3.0"
},
"keywords": [
"stream",
"streams",
"tostream",
"convert",
"string",
"array",
"object"
]
}