2015-07-06 08:34:15 +03:00
|
|
|
{
|
|
|
|
"name": "autorest-build",
|
2017-09-22 23:10:50 +03:00
|
|
|
"version": "2.0.0",
|
2015-07-06 08:34:15 +03:00
|
|
|
"description": "Tools for AutoRest build processes",
|
|
|
|
"scripts": {
|
2017-09-22 21:39:34 +03:00
|
|
|
"test": "gulp test",
|
2017-09-13 02:58:25 +03:00
|
|
|
"testci": "gulp testci",
|
2017-08-28 20:57:39 +03:00
|
|
|
"build": "gulp build --threshold=1",
|
2017-09-22 23:10:50 +03:00
|
|
|
"publish-preview": "gulp publish-preview",
|
2017-08-28 20:57:39 +03:00
|
|
|
"install": "gulp npm-install --verbose"
|
2015-07-06 08:34:15 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/Azure/autorest.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"autorest"
|
|
|
|
],
|
|
|
|
"author": "Microsoft Corporation",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Azure/autorest/issues"
|
|
|
|
},
|
2017-02-15 00:28:57 +03:00
|
|
|
"homepage": "https://github.com/Azure/autorest/readme.md",
|
|
|
|
"main": "./src/AutoRest/AutoRest.js",
|
|
|
|
"bin": {
|
|
|
|
"autorest": "./bin/autorest"
|
|
|
|
},
|
|
|
|
"engines": {
|
2017-09-27 20:25:21 +03:00
|
|
|
"node": ">=7.10.0"
|
2017-02-15 00:28:57 +03:00
|
|
|
},
|
2015-07-06 08:34:15 +03:00
|
|
|
"devDependencies": {
|
2017-02-15 00:28:57 +03:00
|
|
|
"@types/node": "^7.0.5",
|
|
|
|
"@types/semver": "^5.3.30",
|
|
|
|
"@types/tmp": "0.0.32",
|
|
|
|
"chalk": "^1.1.2",
|
|
|
|
"coffee-script": "^1.11.1",
|
|
|
|
"del": "^2.2.2",
|
2016-05-26 01:09:31 +03:00
|
|
|
"gulp": "^3.9.1",
|
2017-02-15 00:28:57 +03:00
|
|
|
"gulp-dependencies-changed": "^1.0.2",
|
2017-02-23 21:53:00 +03:00
|
|
|
"gulp-eol": "^0.1.2",
|
2017-02-15 00:28:57 +03:00
|
|
|
"gulp-filter": "^5.0.0",
|
2017-02-16 00:24:32 +03:00
|
|
|
"gulp-github-release": "^1.2.1",
|
2017-02-23 21:53:00 +03:00
|
|
|
"gulp-line-ending-corrector": "^1.0.1",
|
2017-02-15 00:28:57 +03:00
|
|
|
"gulp-rename": "^1.2.2",
|
|
|
|
"gulp-unzip": "^0.2.0",
|
|
|
|
"gulp-zip": "^4.0.0",
|
|
|
|
"iced-coffee-script": "*",
|
|
|
|
"marked": "^0.3.6",
|
|
|
|
"marked-terminal": "^2.0.0",
|
2017-02-16 00:24:32 +03:00
|
|
|
"moment": "^2.17.1",
|
2017-02-15 00:28:57 +03:00
|
|
|
"run-sequence": "*",
|
|
|
|
"shelljs": "^0.7.6",
|
2017-04-08 01:21:20 +03:00
|
|
|
"through2-parallel": "^0.1.3",
|
2017-05-23 20:25:55 +03:00
|
|
|
"typescript": "2.3.3",
|
2017-02-15 00:28:57 +03:00
|
|
|
"vinyl-paths": "^2.1.0",
|
2017-03-09 00:44:29 +03:00
|
|
|
"vinyl-fs": "^2.4.4",
|
2017-08-28 20:57:39 +03:00
|
|
|
"yargs": "^6.6.0",
|
2017-02-15 00:28:57 +03:00
|
|
|
"@types/request": "0.0.39",
|
|
|
|
"@types/shelljs": "^0.6.0",
|
|
|
|
"http-proxy-agent": "^1.0.0",
|
|
|
|
"https-proxy-agent": "^1.0.0",
|
|
|
|
"linq-es2015": "^2.4.13",
|
|
|
|
"request": "^2.79.0",
|
|
|
|
"semver": "^5.3.0",
|
|
|
|
"streamsink": "^1.2.0",
|
|
|
|
"tar.gz2": "^1.0.0",
|
|
|
|
"tmp": "0.0.31",
|
|
|
|
"unzipper": "^0.8.4",
|
|
|
|
"yauzl": "^2.7.0"
|
2017-08-28 20:57:39 +03:00
|
|
|
},
|
|
|
|
"dependencies": {}
|
2017-09-27 20:25:21 +03:00
|
|
|
}
|