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

20 lines
476 B

{
"name": "unsubscribe_csv",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "coffee unsubscribe.coffee",
"test": "mocha --compilers coffee:coffee-script --timeout 5s -R spec"
},
"dependencies": {
"coffee-script": "~1.6.3",
"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"
}
}