diff options
Diffstat (limited to 'backup/package.json')
-rw-r--r-- | backup/package.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/backup/package.json b/backup/package.json new file mode 100644 index 00000000..347dd428 --- /dev/null +++ b/backup/package.json @@ -0,0 +1,20 @@ +{ + "name": "juick-backup", + "version": "1.0.0", + "description": "Juick export utility", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/juick/backup.git" + }, + "private": true, + "license": "MIT", + "dependencies": { + "lodash": "^4.15.0", + "minimist": "^1.2.0", + "node-fetch": "^1.6.0" + } +} |