autorest/package.json

42 строки
1008 B
JSON
Исходник Обычный вид История

{
"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": {
"del": "^1.2.0",
"glob": "^5.0.13",
"gulp": "^3.9.0",
"gulp-debug": "^2.0.1",
"gulp-dotnet-assembly-info": "^0.1.10",
"gulp-env": "^0.2.0",
2015-08-09 19:34:42 +03:00
"gulp-msbuild": "^0.2.13",
"gulp-replace": "^0.5.3",
"gulp-shell": "^0.5",
"gulp-spawn": "^0.3.0",
"gulp-util": "^3",
2015-08-24 22:53:08 +03:00
"merge2": "^0.3.6",
"q": "^1.4.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.2",
"through2": "^2.0.0",
"xml2js": "^0.4.9"
}
}