mirror of
https://github.com/nextcloud/nextcloud.com.git
synced 2026-01-12 15:44:37 +00:00
23 lines
575 B
JSON
23 lines
575 B
JSON
{
|
|
"name": "ordered-read-streams",
|
|
"version": "0.1.0",
|
|
"description": "Combines array of streams into one read stream in strict order",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jshint *.js test/*.js && mocha -R spec"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/armed/ordered-read-streams.git"
|
|
},
|
|
"author": "Artem Medeusheyev <artem.medeusheyev@gmail.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"should": "~3.0.1",
|
|
"mocha": "~1.17.0",
|
|
"through2": "~0.4.0",
|
|
"jshint": "~2.4.1",
|
|
"pre-commit": "0.0.4"
|
|
}
|
|
}
|