38 lines
973 B
JSON
38 lines
973 B
JSON
{
|
|
"name": "add-stream",
|
|
"version": "1.0.0",
|
|
"description": "Append the contents of one stream onto another.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"cover": "istanbul cover node_modules/.bin/_mocha -- -u exports -R spec"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wilsonjackson/add-stream"
|
|
},
|
|
"keywords": [
|
|
"stream",
|
|
"append",
|
|
"add",
|
|
"concat",
|
|
"gulpfriendly"
|
|
],
|
|
"author": "Majid Burney <moocow@euphoricsoup.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wilsonjackson/add-stream/issues"
|
|
},
|
|
"homepage": "https://github.com/wilsonjackson/add-stream",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"chai": "^1.10.0",
|
|
"event-stream": "^3.1.7",
|
|
"istanbul": "^0.3.4",
|
|
"mocha": "^2.0.1"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz"
|
|
,"_integrity": "sha1-anmQQ3ynNtXhKI25K9MmbV9csqo="
|
|
,"_from": "add-stream@1.0.0"
|
|
} |