2017-08-26 00:06:53 +03:00
|
|
|
{
|
|
|
|
"name": "@microsoft.azure/autorest.modeler",
|
2017-09-19 08:26:50 +03:00
|
|
|
"version": "1.9.8",
|
2017-08-26 00:06:53 +03:00
|
|
|
"description": "The modeler extension for classic generators in AutoRest.",
|
|
|
|
"scripts": {
|
|
|
|
"start": "dotnet src/bin/netcoreapp2.0/autorest.modeler.dll --server",
|
|
|
|
"test": "gulp test",
|
|
|
|
"build": "gulp build",
|
|
|
|
"prepare": "gulp build",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"nuke": "git clean -xdf"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Azure/autorest.modeler"
|
|
|
|
},
|
|
|
|
"readme": "https://github.com/Azure/autorest.modeler/readme.md",
|
|
|
|
"keywords": [
|
|
|
|
"autorest",
|
|
|
|
"classic-generators",
|
|
|
|
"modeler"
|
|
|
|
],
|
|
|
|
"author": "Microsoft Corporation",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Azure/autorest/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Azure/autorest.modeler/blob/master/README.md",
|
|
|
|
"devDependencies": {
|
|
|
|
"coffee-script": "^1.11.1",
|
|
|
|
"dotnet-sdk-2.0.0": "^1.1.1",
|
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"gulp-filter": "^5.0.0",
|
|
|
|
"gulp-line-ending-corrector": "^1.0.1",
|
|
|
|
"iced-coffee-script": "^108.0.11",
|
|
|
|
"marked": "^0.3.6",
|
|
|
|
"marked-terminal": "^2.0.0",
|
|
|
|
"moment": "^2.17.1",
|
|
|
|
"run-sequence": "*",
|
|
|
|
"shx": "^0.2.2",
|
|
|
|
"through2-parallel": "^0.1.3",
|
|
|
|
"yargs": "^8.0.2"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"dotnet-2.0.0": "^1.1.0"
|
|
|
|
}
|
|
|
|
}
|