-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 1.56 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
80
81
82
83
{
"name": "updater-git-tags",
"description": "Update missing git tags.",
"version": "0.2.0",
"homepage": "https://github.com/update/updater-git-tags",
"author": "Brian Woodward (https://github.com/doowb)",
"repository": "update/updater-git-tags",
"bugs": {
"url": "https://github.com/update/updater-git-tags/issues"
},
"license": "MIT",
"files": [
"index.js",
"updatefile.js",
"utils.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"async-each-series": "^1.1.0",
"cross-spawn": "^5.1.0",
"extend-shallow": "^2.0.1",
"is-valid-app": "^0.3.0",
"lazy-cache": "^2.0.2",
"log-utils": "^0.2.1"
},
"devDependencies": {
"copy": "^0.3.0",
"delete": "^0.3.2",
"global-modules": "^0.2.3",
"gulp-format-md": "^0.1.12",
"mkdirp": "^0.5.1",
"mocha": "^3.3.0",
"npm-install-global": "^1.0.0",
"update": "^0.7.4"
},
"keywords": [
"chore",
"fix",
"git",
"git-tags",
"github",
"gittag",
"gittags",
"lint",
"linter",
"maintain",
"maintainance",
"maintainer",
"maintenance",
"plugin",
"plugins",
"tag",
"tags",
"task",
"up-to-date",
"update",
"update-plugin",
"update-updater",
"updateplugin",
"updater",
"updateupdater",
"upkeep"
],
"verb": {
"toc": false,
"layout": "updater",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
}
}