-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
91 lines (91 loc) · 1.87 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
84
85
86
87
88
89
90
91
{
"name": "updater-license",
"description": "Update the copyright statement and year in a MIT `LICENSE` file.",
"version": "1.0.0",
"homepage": "https://github.com/update/updater-license",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Brian Woodward (https://twitter.com/doowb)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)"
],
"repository": "update/updater-license",
"bugs": {
"url": "https://github.com/update/updater-license/issues"
},
"license": "MIT",
"files": [
"index.js",
"templates",
"updatefile.js",
"utils.js"
],
"main": "index.js",
"preferGlobal": true,
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"delete": "^1.0.1",
"engine": "^0.1.12",
"extend-shallow": "^2.0.1",
"generate-license": "^0.6.1",
"helper-ask": "^0.2.1",
"is-valid-app": "^0.3.0",
"lazy-cache": "^2.0.2",
"parse-copyright": "^0.4.0",
"parser-front-matter": "^1.6.3",
"through2": "^2.0.3",
"update-copyright": "^1.0.0",
"year": "^0.2.1"
},
"devDependencies": {
"mocha": "^3.4.2",
"update": "^0.7.4",
"npm-install-global": "^1.0.0",
"gulp-format-md": "^0.1.12"
},
"keywords": [
"fix",
"license",
"lint",
"linter",
"maintain",
"maintainance",
"plugin",
"plugins",
"up-to-date",
"update",
"update-plugin",
"update-updater",
"updateplugin",
"updater",
"updaterplugin",
"upkeep"
],
"verb": {
"related": {
"list": [
"updater-editorconfig",
"updater-eslint",
"updater-license"
]
},
"reflinks": [
"update"
],
"toc": true,
"layout": "updater",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
}
}