-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 800 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 800 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
34
35
{
"name": "helm-json-output",
"version": "1.0.0",
"description": "Formats the output of helm commands to json",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eladiw/helm-json-output.git"
},
"keywords": [
"helm",
"json",
"output",
"parser",
"extension",
"nodejs"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/eladiw/helm-json-output/issues"
},
"homepage": "https://github.com/eladiw/helm-json-output#readme",
"dependencies": {
"child_process": "^1.0.2"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0"
}
}