azure
Version:
Microsoft Azure Client Library for node
43 lines (42 loc) • 1.3 kB
JSON
{
"name": "ms-rest-azure-test",
"private": true,
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/Azure/AutoRest"
},
"version": "0.1.0",
"description": "Client Runtime for nodeJS Azure client libraries generated using AutoRest",
"tags": [ "node", "microsoft", "autorest", "azure", "clientruntime" ],
"keywords": [ "node", "microsoft", "autorest", "azure", "clientruntime" ],
"main": "../lib/msRestAzure.js",
"license": "MIT",
"dependencies": {
"async": "0.2.7",
"uuid": "2.0.1",
"adal-node": "0.1.16",
"ms-rest": "file:../../ms-rest"
},
"devDependencies": {
"jshint": "2.6.3",
"xunit-file": "0.0.5",
"mocha": "2.2.5",
"nock": "^9.0.14",
"should": "5.2.0",
"moment": "~2.18.1"
},
"homepage": "https://github.com/Azure/azure-sdk-for-node/runtime/ms-rest-azure/test",
"repository": {
"type": "git",
"url": "git@github.com:Azure/AutoRest.git"
},
"bugs": {
"url": "http://github.com/Azure/AutoRest/issues"
},
"scripts": {
"test": "npm install && npm -s run-script jshint && npm -s run-script unit",
"unit": "node unit.js testlist.txt",
"jshint": "jshint lib --reporter=jslint"
}
}