forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 775 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
{
"name": "azure-sdk-for-java-codegen",
"version": "0.0.1",
"description": "Tools for Azure SDK for Java build processes",
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/azure-sdk-for-java.git"
},
"keywords": [
"azure"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-java/issues"
},
"homepage": "https://github.com/Azure/azure-sdk-for-java#readme",
"devDependencies": {
"colors": "1.1.2",
"execa": "^0.8.0",
"gulp": "^3.9.0",
"gulp-exec": "2.1.2",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.0",
"gulp-shell": "^0.5.1",
"p-all": "^1.0.0",
"yargs": "3.31.0"
},
"dependencies": {
"node": "^10.15.3"
}
}