-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 938 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 938 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
{
"name": "banano",
"version": "1.0.12",
"private": true,
"description": "",
"scripts": {
"update:docker": "node bin/index.js",
"update": "cd banano && git pull origin master && cd .. && npm run update:docker",
"build": "npm run update && node bin/index.js --name banano:1"
},
"keywords": [],
"author": "anzerr",
"license": "MIT",
"dependencies": {
"dockerfile.util": "git+https://git@github.com/anzerr/dockerfile.util.git",
"fs.promisify": "git+https://git@github.com/anzerr/fs.promisify.git",
"fs.mkdirp": "git+https://git@github.com/anzerr/fs.mkdirp.git",
"cli.util": "git+https://git@github.com/anzerr/cli.util.git"
},
"repository": {
"type": "git",
"url": "git@github.com:anzerr/banano.docker.git"
},
"engines": {
"node": ">= 0.10.0"
},
"types": "index.d.ts",
"bugs": {
"url": "https://github.com/anzerr/banano.docker/issues"
},
"homepage": "https://github.com/anzerr/banano.docker#readme"
}