54 строки
1.6 KiB
JSON
54 строки
1.6 KiB
JSON
{
|
|
"name": "azure",
|
|
"author": "Microsoft Corporation",
|
|
"contributors": [
|
|
"Block, Glenn <gblock@microsoft.com>",
|
|
"Cowlishaw, Mark <markcowl@microsoft.com>",
|
|
"Dejardin, Louis <loudej@microsoft.com>",
|
|
"Georgiev, Yavor <yavorg@microsoft.com>",
|
|
"Janczuk, Tomasz <tjanczuk@microsoft.com>",
|
|
"Rodrigues, Andre <andrerod@microsoft.com>",
|
|
"Tavares, Chris <ctavares@microsoft.com>"
|
|
],
|
|
"version": "0.7.2",
|
|
"description": "Windows Azure Client Library for node",
|
|
"tags" : ["azure", "sdk"],
|
|
"keywords": [ "node", "azure" ],
|
|
"main": "./lib/azure.js",
|
|
"engines": { "node": ">= 0.6.15" },
|
|
"licenses": [ { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ],
|
|
"dependencies": {
|
|
"xml2js" : " >= 0.2.x",
|
|
"xmlbuilder": ">= 0.3.1",
|
|
"mime": ">= 1.2.4",
|
|
"dateformat": "1.0.2-1.2.3",
|
|
"underscore": ">= 1.3.1",
|
|
"node-uuid": "> = 1.2.0",
|
|
"tunnel": ">= 0.0.1",
|
|
"request": ">= 2.9.203",
|
|
"validator": ">= 0.4.12",
|
|
"wns": ">= 0.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"jshint": "*",
|
|
"sinon": "*",
|
|
"should": "*",
|
|
"nock": "*"
|
|
},
|
|
"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": "npm -s run-script jshint && npm -s run-script unit",
|
|
"unit": "node scripts/unit.js testlist.txt",
|
|
"jshint": "jshint lib --jslint-reporter",
|
|
"coverage": "node scripts/unit.js testlist.txt -coverage > coverage.html"
|
|
}
|
|
}
|