forked from getupcloud/origin-s2i-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 962 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
32
33
34
35
36
37
{
"name": "centos7-nodejs",
"homepage": "https://github.com/ryanj/origin-s2i-nodejs",
"repository": {
"type": "git",
"url": "https://github.com/ryanj/origin-s2i-nodejs.git"
},
"version": "0.0.2",
"description": "NodeJS images for OpenShift / Kubernetes, based on CentOS",
"dependencies": {
"request": "^2.72.0",
"semver": "^5.1.0"
},
"devDependencies": {
"tap": "^5.7.0"
},
"keywords": [
"openshift",
"aws",
"docker",
"ansible"
],
"author": "ryanj",
"scripts": {
"start": "make all",
"rebuild": "hack/rebuild.sh",
"tag": "hack/tag.sh",
"pub": "hack/publish.sh",
"build": "make",
"test": "make test",
"clean": "docker rmi -f $(docker images |tr -s ' ' | grep -e 'centos7-s2i-nodejs\\|centos7-s2i-nodejs-candidate\\|centos7-nodejs' | cut -d' ' -s -f3)"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/2015-Middleware-Keynote/demo-ansible/issues"
}
}