-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 715 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 715 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
30
31
32
33
{
"name": "prism-api",
"version": "1.30.0",
"description": "Prism JS Jenkins Plugin",
"directories": {
"doc": "doc"
},
"dependencies": {
"prismjs": "1.30.0"
},
"devDependencies": {
"remark-cli": "12.0.1",
"remark-lint": "10.0.1",
"remark-preset-lint-recommended": "7.0.1"
},
"scripts": {
"lint-md": "remark .",
"mvnbuild": "",
"mvntest": ""
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/jenkinsci/prism-api-plugin.git"
},
"author": "Ullrich Hafner",
"license": "MIT",
"homepage": "https://github.com/jenkinsci/prism-api-plugin#readme"
}