UNPKG

co-alidayu

Version:

阿里大鱼服务端Node库API,ES6版本

49 lines (48 loc) 905 B
{ "name": "co-alidayu", "version": "1.0.4", "description": "阿里大鱼服务端Node库API,ES6版本", "main": "index.js", "scripts": { "test": "make test-all" }, "config": { "travis-cov": { "threshold": 98 } }, "repository": { "type": "git", "url": "git://github.com/nick-ma/co-alidayu.git" }, "keywords": [ "alidayu" ], "dependencies": { "co-fs": "^1.2.0", "formstream": ">=0.0.8", "httpx": "^1.0.0", "streamx": "^1.0.0", "crypto": "*" }, "devDependencies": { "co-mocha": "^1.1.2", "coveralls": "*", "expect.js": "*", "istanbul": "*", "mocha": "*", "mocha-lcov-reporter": "*", "muk": "*", "rewire": "*", "travis-cov": "*", "urllib": "*" }, "author": { "name": "Nick Ma" }, "license": "MIT", "readmeFilename": "README.md", "directories": { "test": "test" } }