nos-node-sdk
Version:
NOS Node.js SDK实现了NOS对象操作接口,基于此SDK能方便快速地实现JavaScript应用程序来使用NOS的对象存储服务。
40 lines (39 loc) • 1.07 kB
JSON
{
"name": "nos-node-sdk",
"version": "0.0.5",
"description": "NOS Node.js SDK实现了NOS对象操作接口,基于此SDK能方便快速地实现JavaScript应用程序来使用NOS的对象存储服务。",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test:coverage": "istanbul cover ./node_modules/.bin/_mocha"
},
"keywords": [
"nos"
],
"author": "hzlichaolin",
"license": "UNLICENSED",
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "~6.2.1",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"chai": "^3.5.0",
"istanbul": "^1.0.0-alpha",
"mocha": "^3.1.2",
"mochawesome": "~1.2.1"
},
"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"
}
}