forked from jenkinsci/plugin-util-api-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 676 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 676 Bytes
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
{
"name": "plugin-util",
"version": "0.1.0",
"description": "Jenkins Plugin Utilities API Plugin",
"directories": {
"doc": "doc"
},
"dependencies": {
"remark-cli": "^11.0.0",
"remark-lint": "^9.1.0",
"remark-preset-lint-recommended": "^6.1.0"
},
"devDependencies": {},
"scripts": {
"lint-md": "remark ."
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/jenkinsci/plugin-util-api-plugin.git"
},
"author": "Ullrich Hafner",
"license": "MIT",
"homepage": "https://github.com/jenkinsci/plugin-util-api-plugin#readme"
}