UNPKG

nos-node.js-sdk

Version:

NOS Node.js SDK实现了NOS对象操作接口,基于此SDK能方便快速地实现JavaScript应用程序来使用NOS的对象存储服务。

40 lines (39 loc) 1.05 kB
{ "name": "nos-node.js-sdk", "version": "1.0.20", "description": "NOS Node.js SDK实现了NOS对象操作接口,基于此SDK能方便快速地实现JavaScript应用程序来使用NOS的对象存储服务。", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "test:coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha" }, "keywords": [ "nos" ], "author": "hzlichaolin", "license": "UNLICENSED", "devDependencies": { "babel-core": "~6.2.1", "chai": "~3.4.1", "mocha": "^2.4.5", "mochawesome": "~1.2.1", "istanbul": "^1.0.0-alpha", "babel-cli": "^6.5.1", "babel-polyfill": "^6.3.14", "babel-preset-es2015": "^6.3.13" }, "dependencies": { "node-fetch": "~1.3.3", "superagent": "~1.4.0", "xml2js": "~0.4.17", "validator":"5.5.0", "q":"1.4.1" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "ssh://git@g.hz.netease.com:22222/nos/nos-nodejs-sdk.git" } }