The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/private/node_scripts/unsubscribe_csv/package.json

18 lines
364 B

{
"name": "unsubscribe_csv",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node unsubscribe.js"
},
"dependencies": {
"commander": "^2.9.0",
"ddp": "^0.11.0",
"line-by-line": "^0.1.3",
"line-reader": "^0.2.4",
"moment": "^2.10.2",
"mongodb": "^2.1.0",
"underscore": "^1.6.0",
"wait.for": "^0.6.6"
}
}