wecui
Version:
一款基于Vue2.x版本的移动端web组件
23 lines (22 loc) • 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"
}
}