diff options
author | Vitaly Takmazov | 2016-09-06 05:55:13 -0400 |
---|---|---|
committer | Vitaly Takmazov | 2023-06-14 06:16:56 +0300 |
commit | 84c842b0bbf23d0097b8df591573e98f41da6cc7 (patch) | |
tree | ec77fc82422bdd76722fb59e9a02ac3403d8c304 /backup/package.json | |
parent | cdf5450067fae3a737db550eeb211524ddf663d8 (diff) |
[backup] Initial version
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" + } +} |