smartdata/npmextra.json

23 lines
529 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": {
2020-06-11 23:05:32 +00:00
"projectType": "npm",
2019-02-13 21:08:58 +00:00
"module": {
"githost": "gitlab.com",
2023-07-10 00:43:00 +00:00
"gitscope": "push.rocks",
2019-02-13 21:08:58 +00:00
"gitrepo": "smartdata",
2022-11-01 17:23:57 +00:00
"description": "do more with data",
2023-07-10 00:43:00 +00:00
"npmPackagename": "@push.rocks/smartdata",
2019-02-13 21:08:58 +00:00
"license": "MIT"
}
2017-02-25 10:37:05 +00:00
}
2019-02-13 21:08:58 +00:00
}