wecui
Version:
一款基于Vue2.x版本的移动端web组件
17 lines (16 loc) • 320 B
JSON
{
"name": "multipipe",
"version": "0.1.2",
"description": "pipe streams with centralized error handling",
"license": "MIT",
"repository": "juliangruber/multipipe",
"dependencies": {
"duplexer2": "0.0.2"
},
"devDependencies": {
"mocha": "~1.17.0"
},
"scripts": {
"test": "make test"
}
}