зеркало из https://github.com/Azure/autorest.git
55 строки
1.3 KiB
JSON
55 строки
1.3 KiB
JSON
{
|
|
"name": "autorest-build",
|
|
"version": "2.0.0",
|
|
"description": "Tools for AutoRest build processes",
|
|
"scripts": {
|
|
"test": "gulp test",
|
|
"testci": "gulp testci",
|
|
"build": "gulp build --threshold=1",
|
|
"publish-preview": "gulp publish-preview",
|
|
"install": "gulp npm-install --verbose"
|
|
},
|
|
"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"
|
|
},
|
|
"homepage": "https://github.com/Azure/autorest/readme.md",
|
|
"main": "./src/AutoRest/AutoRest.js",
|
|
"bin": {
|
|
"autorest": "./bin/autorest"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"chalk": "^1.1.2",
|
|
"coffee-script": "^1.11.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-dependencies-changed": "^1.0.2",
|
|
"gulp-eol": "^0.1.2",
|
|
"gulp-filter": "^5.0.0",
|
|
"gulp-line-ending-corrector": "^1.0.1",
|
|
"gulp-rename": "^1.2.2",
|
|
"iced-coffee-script": "*",
|
|
"marked": "^0.3.6",
|
|
"marked-terminal": "^2.0.0",
|
|
"moment": "^2.17.1",
|
|
"run-sequence": "*",
|
|
"shelljs": "^0.7.6",
|
|
"through2-parallel": "^0.1.3",
|
|
"typescript": "2.5.3",
|
|
"vinyl-fs": "^2.4.4",
|
|
"yargs": "^6.6.0",
|
|
"semver": "^5.3.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|