forked from Azure/autorest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.77 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "autorest-build",
"version": "1.0.0",
"description": "Tools for AutoRest build processes",
"scripts": {
"test": "gulp test",
"install": "gulp npm-install"
},
"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.md",
"main": "./src/AutoRest/AutoRest.js",
"bin": {
"autorest": "./bin/autorest"
},
"engines": {
"node": ">=6.9.5"
},
"devDependencies": {
"@types/node": "^7.0.5",
"@types/semver": "^5.3.30",
"@types/tmp": "0.0.32",
"chalk": "^1.1.2",
"coffee-script": "^1.11.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-dependencies-changed": "^1.0.2",
"gulp-eol": "^0.1.2",
"gulp-filter": "^5.0.0",
"gulp-github-release": "^1.2.1",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-unzip": "^0.2.0",
"gulp-zip": "^4.0.0",
"iced-coffee-script": "*",
"marked": "^0.3.6",
"marked-terminal": "^2.0.0",
"moment": "^2.17.1",
"run-sequence": "*",
"shelljs": "^0.7.6",
"through2-parallel": "^0.1.3",
"typescript": "^2.3.0-dev.20170314",
"vinyl-paths": "^2.1.0",
"vinyl-fs": "^2.4.4",
"yargs": "^6.6.0"
},
"dependencies": {
"@types/request": "0.0.39",
"@types/shelljs": "^0.6.0",
"http-proxy-agent": "^1.0.0",
"https-proxy-agent": "^1.0.0",
"linq-es2015": "^2.4.13",
"request": "^2.79.0",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"streamsink": "^1.2.0",
"tar.gz2": "^1.0.0",
"tmp": "0.0.31",
"unzipper": "^0.8.4",
"yauzl": "^2.7.0"
}
}