-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
60 lines (60 loc) · 1.44 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
{
"name": "perks-build",
"version": "1.0.0",
"description": "Tools for AutoRest build processes",
"scripts": {
"test": "gulp test",
"install": "gulp npm-install --verbose --threshold=1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/perks.node.git"
},
"keywords": [
"perks",
"autorest",
"azure",
"node",
"javascript",
"typescript"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/perks.node/issues"
},
"homepage": "https://github.com/Azure/perks.node/readme.md",
"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",
"npm": "^4.6.1",
"run-sequence": "*",
"shelljs": "^0.7.6",
"through2-parallel": "^0.1.3",
"typescript": "2.3.3",
"vinyl-fs": "^2.4.4",
"vinyl-paths": "^2.1.0",
"yargs": "^6.6.0"
},
"dependencies": {}
}