smartrx/npmextra.json

19 lines
417 B
JSON
Raw Normal View History

2017-10-26 13:08:34 +00:00
{
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
2017-10-26 20:56:01 +00:00
},
"npmdocker": {
"command": "rm -r node_modules && yarn install && yarn test"
2019-09-10 05:26:50 +00:00
},
"gitzone": {
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitrepo": "smartrx",
"shortDescription": "smart wrapper for rxjs",
"npmPackagename": "@pushrocks/smartrx",
"license": "MIT"
}
2017-10-26 13:08:34 +00:00
}
2019-09-10 05:26:50 +00:00
}