smartdata/npmextra.json

22 lines
506 B
JSON
Raw Normal View History

2017-02-25 10:37:05 +00:00
{
"npmdocker": {
"baseImage": "hosttoday/ht-docker-node:mongo",
"command": "npmci test stable",
"dockerSock": false
2017-06-18 17:53:29 +00:00
},
"npmci": {
2019-01-07 01:41:38 +00:00
"npmGlobalTools": [],
"npmAccessLevel": "public",
"npmRegistryUrl": "registry.npmjs.org"
2019-02-13 21:08:58 +00:00
},
"gitzone": {
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitrepo": "smartdata",
"shortDescription": "do more with data",
"npmPackagename": "@pushrocks/smartdata",
"license": "MIT"
}
2017-02-25 10:37:05 +00:00
}
2019-02-13 21:08:58 +00:00
}