2015-07-06 08:34:15 +03:00
|
|
|
{
|
|
|
|
"name": "autorest-build",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Tools for AutoRest build processes",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"devDependencies": {
|
2015-07-23 11:08:10 +03:00
|
|
|
"del": "^1.2.0",
|
2015-07-06 08:34:15 +03:00
|
|
|
"glob": "^5.0.13",
|
|
|
|
"gulp": "^3.9.0",
|
2015-07-31 00:10:53 +03:00
|
|
|
"gulp-msbuild": "^0.2.12",
|
2015-07-31 03:55:11 +03:00
|
|
|
"gulp-replace": "^0.5.3",
|
2015-07-06 08:34:15 +03:00
|
|
|
"gulp-debug": "^2.0.1",
|
|
|
|
"gulp-dotnet-assembly-info": "^0.1.10",
|
|
|
|
"gulp-spawn": "^0.3.0",
|
|
|
|
"gulp-util": "^3.0.6",
|
2015-07-31 03:55:11 +03:00
|
|
|
"require-dir": "^0.3.0",
|
2015-07-27 01:58:51 +03:00
|
|
|
"q": "^1.4.1",
|
2015-07-23 11:08:10 +03:00
|
|
|
"run-sequence": "^1.1.2",
|
2015-07-06 08:34:15 +03:00
|
|
|
"through2": "^2.0.0",
|
|
|
|
"xml2js": "^0.4.9"
|
|
|
|
}
|
|
|
|
}
|