smartstring/npmextra.json

21 lines
543 B
JSON
Raw Normal View History

2017-10-11 13:18:26 +00:00
{
"npmci": {
2018-08-13 22:21:55 +00:00
"npmGlobalTools": [],
"npmAccessLevel": "public"
2017-10-26 13:24:10 +00:00
},
"npmdocker": {
"baseImage": "hosttoday/ht-docker-node:npmci",
"command": "npmci node install stable && npmci npm install && npmci npm test",
"dockerSock": false
2019-04-16 06:55:37 +00:00
},
"gitzone": {
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitrepo": "smartstring",
"shortDescription": "handle strings in smart ways. TypeScript ready.",
"npmPackagename": "@pushrocks/smartstring",
"license": "MIT"
}
2017-10-11 13:18:26 +00:00
}
}