npmci/npmextra.json

21 lines
494 B
JSON
Raw Normal View History

2016-08-02 21:11:42 +00:00
{
2019-02-24 21:50:12 +00:00
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public",
"npmRegistryUrl": "registry.npmjs.org"
},
"npmdocker": {
"baseImage": "hosttoday/ht-docker-node:npmci",
"command": "npmci test stable"
},
"gitzone": {
"module": {
"githost": "gitlab.com",
"gitscope": "shipzone",
"gitrepo": "npmci",
"shortDescription": "node and docker in gitlab ci on steroids",
"npmPackagename": "@shipzone/npmci",
"license": "MIT"
2016-08-02 21:11:42 +00:00
}
2019-02-24 21:50:12 +00:00
}
2016-08-02 21:11:42 +00:00
}