forked from fabric8io-images/fish-pepper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 780 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 780 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
36
37
{
"name": "fish-pepper",
"description": "Tool for creating a suite of Docker images out of templates",
"version": "0.6.0",
"repository": "https://github.com/fabric8io/fish-pepper",
"author": {
"name": "Roland Huss",
"email": "npm@ro14nd.de",
"url": "https://ro14nd.de"
},
"license": "Apache-2.0",
"bin": {
"fish-pepper": "./fish-pepper.js"
},
"files": [
"fish-pepper.js",
"fp"
],
"dependencies": {
"colors": "*",
"dockerode": "*",
"dot": "*",
"eslint": "^5.16.0",
"fibers": "*",
"js-yaml": "^3.13.1",
"lodash": "*",
"mkdirp": "*",
"node-getopt": "*",
"nodegit": "0.24.1",
"nopt": "*",
"npmlog": "~2.0.0",
"request": "*",
"rimraf": "*",
"semver": "*",
"tar": "*"
}
}