azure-sdk-for-node/package.json

51 строка
1.5 KiB
JSON

{
"name": "azure",
"author": "Microsoft Corporation",
"version": "0.5.2",
"description": "Windows Azure Client Library for node",
"tags" : ["azure", "sdk"],
"keywords": [ "node", "azure" ],
"main": "./lib/azure.js",
"engines": { "node": ">= 0.4.7" },
"licenses": [ { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ],
"dependencies": {
"xml2js" : ">= 0.1.11",
"sax": ">= 0.1.1",
"qs": ">= 0.3.1",
"log": ">= 1.2.0",
"xmlbuilder": ">= 0.3.1",
"mime": ">= 1.2.4",
"dateformat": "1.0.2-1.2.3",
"underscore": ">= 1.3.1",
"underscore.string": ">= 2.0.0",
"tunnel": ">= 0.0.1",
"async": ">= 0.1.18",
"streamline": "0.2.4",
"commander": ">= 0.5.2",
"winston": ">= 0.5.10",
"colors": "0.x.x",
"eyes": "0.x.x",
"easy-table": "0.0.1"
},
"devDependencies": {
"mocha": "*",
"jshint": "*"
},
"homepage": "http://github.com/WindowsAzure/azure-sdk-for-node",
"repository": {
"type": "git",
"url": "git@github.com:WindowsAzure/azure-sdk-for-node.git"
},
"bugs" : {
"url" : "http://github.com/WindowsAzure/azure-sdk-for-node/issues"
},
"scripts": {
"test": "node test/runtests.js",
"jshint": "node test/runjshint.js",
"extendedtests": "node test/runextendedtests.js"
},
"bin": {
"azure": "./bin/azure"
}
}