forked from cusspvz/node.docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 841 Bytes
/
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
{
"name": "node.docker",
"version": "1.0.0",
"description": "Super small Node.js container (~20MB) based on Alpine Linux OS",
"bin": {
"node.docker": "bin/launcher"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "git push origin master && git checkout deploy && git reset --hard origin/master && git push origin deploy && git checkout master"
},
"repository": {
"type": "git",
"url": "https://github.com/cusspvz/node.docker.git"
},
"keywords": [
"docker",
"node",
"containerized",
"container",
"image",
"alpine",
"linux"
],
"author": "José Moreira <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/cusspvz/node.docker/issues"
},
"homepage": "https://github.com/cusspvz/node.docker"
}