-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.3 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
{
"name": "sleeveforarm",
"version": "0.0.16",
"main": "src/sleveforarm.js",
"description": "Making Azure Easy",
"scripts": {
"build": "tsc --watch false",
"test": "mocha test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yaronyg/SleeveForARM.git"
},
"keywords": [
"Microsoft",
"Azure",
"ARM",
"VSTS",
"YAML"
],
"author": "Yaron Y. Goland <yarong@microsoft.com> (http://www.goland.org/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yaronyg/SleeveForARM/issues"
},
"homepage": "https://github.com/yaronyg/SleeveForARM#readme",
"dependencies": {
"@types/mysql2": "github:types/mysql2",
"fs-extra": "^4.0.1",
"generate-password": "1.3.0",
"json-cycle": "1.2.0",
"mysql2": "1.4.2",
"replace-in-file": "^2.6.4",
"request": "2.81.0",
"request-promise-native": "1.0.4",
"winston": "2.3.1",
"yargs": "8.0.2"
},
"devDependencies": {
"@types/chai": "4.0.4",
"@types/fs-extra": "^4.0.2",
"@types/mocha": "2.2.42",
"@types/node": "8.0.26",
"@types/request-promise-native": "1.0.6",
"@types/winston": "2.3.5",
"@types/yargs": "8.0.2",
"chai": "4.1.1",
"mocha": "3.5.0",
"tslint": "5.7.0",
"typescript": "2.4.2"
},
"bin": "./src/sleeveforarm.cmd"
}