2017-09-13 22:30:50 +03:00
|
|
|
{
|
|
|
|
"name": "ms-rest-azure-js",
|
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation",
|
|
|
|
"email": "azsdkteam@microsoft.com",
|
2017-09-17 04:19:49 +03:00
|
|
|
"url": "https://github.com/Azure/ms-rest-azure-js"
|
2017-09-13 22:30:50 +03:00
|
|
|
},
|
2017-10-26 00:40:52 +03:00
|
|
|
"version": "0.2.1",
|
2017-09-17 04:19:49 +03:00
|
|
|
"description": "Isomorphic Azure client runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
|
2017-09-13 22:30:50 +03:00
|
|
|
"tags": [
|
2017-09-17 04:19:49 +03:00
|
|
|
"isomorphic",
|
|
|
|
"browser",
|
|
|
|
"javascript",
|
2017-09-13 22:30:50 +03:00
|
|
|
"node",
|
|
|
|
"microsoft",
|
|
|
|
"autorest",
|
|
|
|
"clientruntime"
|
|
|
|
],
|
|
|
|
"keywords": [
|
2017-09-17 04:19:49 +03:00
|
|
|
"isomorphic",
|
|
|
|
"browser",
|
|
|
|
"javascript",
|
2017-09-13 22:30:50 +03:00
|
|
|
"node",
|
|
|
|
"microsoft",
|
|
|
|
"autorest",
|
|
|
|
"clientruntime"
|
|
|
|
],
|
|
|
|
"main": "./dist/lib/msRestAzure.js",
|
|
|
|
"types": "./typings/lib/msRestAzure.d.ts",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2017-10-26 00:40:52 +03:00
|
|
|
"ms-rest-js": "^0.2.3"
|
2017-09-13 22:30:50 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-09-17 04:19:49 +03:00
|
|
|
"@types/mocha": "^2.2.43",
|
2017-09-13 22:30:50 +03:00
|
|
|
"@types/should": "^8.1.30",
|
2017-09-17 04:19:49 +03:00
|
|
|
"mocha": "^3.5.3",
|
2017-09-13 22:30:50 +03:00
|
|
|
"should": "5.2.0",
|
|
|
|
"ts-loader": "^2.3.7",
|
|
|
|
"tslint": "^5.7.0",
|
|
|
|
"typescript": "^2.5.2",
|
2017-09-17 04:19:49 +03:00
|
|
|
"webpack": "^3.6.0",
|
|
|
|
"uglify-es": "^3.1.0"
|
2017-09-13 22:30:50 +03:00
|
|
|
},
|
2017-09-17 04:19:49 +03:00
|
|
|
"homepage": "https://github.com/Azure/ms-rest-azure-js",
|
2017-09-13 22:30:50 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-09-17 04:19:49 +03:00
|
|
|
"url": "git@github.com:Azure/ms-rest-azure-js.git"
|
2017-09-13 22:30:50 +03:00
|
|
|
},
|
|
|
|
"bugs": {
|
2017-09-17 04:19:49 +03:00
|
|
|
"url": "http://github.com/Azure/ms-rest-azure-js/issues"
|
2017-09-13 22:30:50 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc -p tsconfig.json",
|
2017-09-17 04:19:49 +03:00
|
|
|
"test": "npm -s run-script tslint",
|
2017-09-13 22:30:50 +03:00
|
|
|
"unit": "mocha -t 50000 dist/test",
|
|
|
|
"build": "npm -s run-script tsc && webpack && node node_modules/uglify-es/bin/uglifyjs --source-map -c -m -o msRestAzureBundle.min.js msRestAzureBundle.js",
|
2017-09-17 04:19:49 +03:00
|
|
|
"tslint": "tslint -p . -c tslint.json --exclude test/**/*.ts"
|
2017-09-13 22:30:50 +03:00
|
|
|
}
|
|
|
|
}
|