ms-rest-js/package.json

75 строки
2.0 KiB
JSON
Исходник Обычный вид История

2017-09-13 19:42:16 +03:00
{
"name": "ms-rest-js",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/Azure/ms-rest-js"
2017-09-13 19:42:16 +03:00
},
2018-03-31 06:21:09 +03:00
"version": "0.3.0",
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
2017-09-13 19:42:16 +03:00
"tags": [
"isomorphic",
"browser",
"javascript",
2017-09-13 19:42:16 +03:00
"node",
"microsoft",
"autorest",
"clientruntime"
],
"keywords": [
"isomorphic",
"browser",
"javascript",
2017-09-13 19:42:16 +03:00
"node",
"microsoft",
"autorest",
"clientruntime"
],
"main": "./dist/lib/msRest.js",
"types": "./typings/lib/msRest.d.ts",
"license": "MIT",
"dependencies": {
"@types/form-data": "^2.2.1",
"@types/is-stream": "^1.1.0",
"@types/node": "^9.4.6",
2017-09-13 19:42:16 +03:00
"@types/node-fetch": "^1.6.7",
"@types/uuid": "^3.4.3",
"fetch-cookie": "^0.7.0",
"fetch-ponyfill": "amarzavery/fetch-ponyfill#master",
"form-data": "^2.3.2",
"is-buffer": "^2.0.0",
2017-09-13 19:42:16 +03:00
"is-stream": "^1.1.0",
2018-03-24 00:53:56 +03:00
"moment": "^2.21.0",
"url-parse": "^1.2.0",
"uuid": "^3.2.1",
"xml2js": "^0.4.19"
2017-09-13 19:42:16 +03:00
},
"devDependencies": {
"@types/mocha": "^2.2.40",
"@types/should": "^8.1.30",
"@types/xml2js": "^0.4.2",
"mocha": "^3.5.3",
2017-09-13 19:42:16 +03:00
"should": "5.2.0",
"ts-loader": "^2.3.7",
"tslint": "^5.7.0",
"typescript": "^2.7.2",
"uglify-es": "^3.1.0",
"webpack": "^3.6.0"
2017-09-13 19:42:16 +03:00
},
"homepage": "https://github.com/Azure/ms-rest-js",
2017-09-13 19:42:16 +03:00
"repository": {
"type": "git",
"url": "git@github.com:Azure/ms-rest-js.git"
2017-09-13 19:42:16 +03:00
},
"bugs": {
"url": "http://github.com/Azure/ms-rest-js/issues"
2017-09-13 19:42:16 +03:00
},
"scripts": {
"tsc": "tsc -p tsconfig.json",
2017-10-25 20:33:55 +03:00
"test": "npm -s run-script tslint && npm -s run-script unit",
"unit": "mocha -t 50000 ./dist/test",
2017-09-13 19:42:16 +03:00
"uglify": "node node_modules/uglify-es/bin/uglifyjs --source-map -c -m -o msRestBundle.min.js msRestBundle.js",
"build": "npm -s run-script tsc && webpack && npm -s run-script uglify",
"tslint": "tslint -p . -c tslint.json --exclude test/**/*.ts"
2017-09-13 19:42:16 +03:00
}
2018-04-03 03:37:12 +03:00
}