UNPKG

mss-sdk

Version:
65 lines (64 loc) 1.71 kB
{ "name": "mss-sdk", "description": "MSS SDK for JavaScript", "version": "2.0.0", "author": "Meituan Storage Service (http://mos.meituan.com/)", "homepage": "https://github.com/meituan/mssapi_js", "devDependencies": { "repl.history": "*", "semver": "*", "coffee-script": "1.6.3", "eslint": "*", "cucumber": "*", "coffeeify": "*", "browserify": "3.x", "uglify-js": "2.x", "mocha": "*", "chai": "*", "istanbul": "*" }, "dependencies": { "mss-sdk-apis" : ">= 1.0.0", "xml2js": "0.2.6", "xmlbuilder": "0.4.2" }, "main": "lib/aws.js", "directories": { "test": "test" }, "engines": { "node": ">= 0.8.0" }, "repository": { "type": "git", "url": "git://github.com/meituan/mssapi_js" }, "bugs": { "url": "http://github.com/meituan/mssapi_js/issues" }, "licenses": [ { "type": "Apache 2.0", "url": "http://github.com/meituan/mssapi_js/raw/master/LICENSE.txt" } ], "keywords": [ "s3", "sdk", "api", "oss", "mss", "mos", "meituan" ], "scripts": { "test": "npm -s run-script lint && npm -s run-script unit && npm -s run-script buildertest && npm -s run-script browsertest && ([ -f configuration ] && npm -s run-script integration || true)", "unit": "istanbul test mocha -- test test/json test/model test/protocol test/query test/services test/signers test/xml", "browsertest": "rake browser:test", "buildertest": "mocha --compilers coffee:coffee-script -s 1000 -t 10000 dist-tools/test", "integration": "cucumber.js", "lint": "eslint --rulesdir eslint-rules lib", "console": "./scripts/console" }, "license": "Apache 2.0" }