forked from Azure/autorest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1013 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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.1",
"gulp-debug": "^2.1.2",
"gulp-dotnet-assembly-info": "^0.1.10",
"gulp-env": "^0.4.0",
"gulp-msbuild": "^0.3.2",
"gulp-replace": "^0.5.3",
"gulp-shell": "^0.5.2",
"gulp-spawn": "^0.3.0",
"gulp-util": "^3.0.7",
"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"
}
}