forked from Stono/helm-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.04 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.04 KB
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
{
"name": "helm-test",
"description": "A CLI to test Helm charts",
"version": "0.1.22",
"homepage": "https://github.com/Stono/helm-test",
"author": {
"name": "Karl Stoney",
"email": "me@karlstoney.com",
"url": "https://karlstoney.com"
},
"repository": {
"type": "git",
"url": "git://github.com/Stono/helm-test.git"
},
"bugs": {
"url": "https://github.com/Stono/helm-test/issues"
},
"main": "bin/helm-test",
"bin": {
"helm-test": "./bin/helm-test"
},
"engines": {
"node": ">= 7.0.0"
},
"scripts": {
"test": "./node_modules/grunt/bin/grunt mochaTest"
},
"dependencies": {
"async": "2.6.1",
"colors": "1.3.0",
"command-exists": "1.2.6",
"commander": "2.15.1",
"istextorbinary": "2.2.1",
"mocha": "5.2.0",
"should": "13.2.1",
"yamljs": "0.3.0"
},
"devDependencies": {
"deride": "1.2.0",
"grunt": "1.0.3",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-watch": "1.1.0",
"grunt-mocha-test": "0.13.3"
},
"keywords": [],
"license": "MIT"
}