-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "healthcare",
"version": "0.5.1",
"description": "Distributed DigitalOcean droplet auto-healing built on top of democracy.js.",
"homepage": "https://github.com/goldfire/healthcare.js",
"keywords": [
"democracy",
"digitalocean",
"droplet",
"auto heal",
"healing",
"discovery"
],
"author": "James Simpson <james@goldfirestudios.com> (http://goldfirestudios.com)",
"repository": {
"type": "git",
"url": "git://github.com/goldfire/healthcare.js.git"
},
"scripts": {
"release": "VERSION=`printf 'v' && node -e 'console.log(require(\"./package.json\").version)'` && git tag $VERSION && git push && git push origin $VERSION && npm publish"
},
"main": "index.js",
"license": "MIT",
"dependencies": {
"democracy": "3.1.3",
"do-wrapper": "3.22.2",
"shortid": "2.2.14",
"axios": "0.26.0",
"debug": "4.3.3"
},
"devDependencies": {
"eslint": "5.16.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.17.3"
},
"engines": [
"node >= 6.4.0"
]
}