-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 KB
/
package.json
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
{
"name": "release-lite",
"version": "0.1.4",
"description": "Miminal release tool for a small website for tar-gzip'ing files and micro services, scp up to host, ssh remote script for install with a pm2 ecosystem. ",
"main": "index.js",
"directories": {
"example": "example"
},
"bin": {
"bash-file-gen": "./bin/index.js",
"bfg": "./bin/index.js",
"cluster-names": "./bin/cluster-names.js",
"put-cluster-names": "./bin/cluster-names.js",
"cluster-info": "./bin/get-cluster-info.js"
},
"scripts": {
"test": "node test"
},
"keywords": [
"html",
"and",
"microservice",
"release",
"tool"
],
"repository": {
"type": "git",
"url": "git+https://github.com/copious-world/release-lite.git"
},
"author": "copious.world",
"license": "GPL-3.0-or-later",
"dependencies": {
"extra-file-class": "^0.9.16",
"html-minifier": "^4.0.0",
"node-scp": "0.0.3",
"tar": "^6.0.1",
"tau-prolog": "^0.3.4"
},
"devDependencies": {
"jsdoc": "^4.0.2"
}
}