-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (79 loc) · 1.54 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
73
74
75
76
77
78
79
{
"name": "updater-appveyor",
"description": "Update appveyor.yml based on preferences.",
"version": "0.1.2",
"homepage": "https://github.com/update/updater-appveyor",
"author": "Brian Woodward (https://github.com/doowb)",
"repository": "update/updater-appveyor",
"bugs": {
"url": "https://github.com/update/updater-appveyor/issues"
},
"license": "MIT",
"files": [
"index.js",
"templates",
"updatefile.js",
"utils.js"
],
"main": "index.js",
"engines": {
"node": ">=4.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"array-unique": "^0.3.2",
"delete": "^0.3.2",
"extend-shallow": "^2.0.1",
"fs-exists-sync": "^0.1.0",
"generate-appveyor": "^0.1.1",
"is-valid-app": "^0.2.1",
"js-yaml": "^3.7.0",
"lazy-cache": "^2.0.2",
"semver": "^5.3.0",
"through2": "^2.0.3"
},
"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "^3.2.0",
"npm-install-global": "^0.1.2",
"update": "^0.7.4"
},
"keywords": [
"appveyor",
"update",
"updater",
"updater-appveyor",
"updateupdater"
],
"update": {
"run": true
},
"verb": {
"toc": {
"method": "preWrite"
},
"layout": "updater",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"updater-editorconfig",
"updater-eslint",
"updater-license",
"updater-travis"
]
},
"lint": {
"reflinks": true
},
"reflinks": [
"update"
]
}
}