From 84c842b0bbf23d0097b8df591573e98f41da6cc7 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 6 Sep 2016 05:55:13 -0400 Subject: [backup] Initial version --- backup/package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 backup/package.json (limited to 'backup/package.json') 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" + } +} -- cgit v1.2.3