UNPKG

1.24 kBJSONView Raw
1{
2 "name": "@meedamian/savepass",
3 "version": "0.2.8",
4 "description": "CLI tool archiving your keybase.io-encrypted data to Google Drive",
5 "main": "index.coffee",
6 "preferGlobal": true,
7 "scripts": {
8 "start": "coffee index.coffee",
9 "test": "gulp test",
10 "postversion": "gulp postversion",
11 "postpublish": "gulp postpublish"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+ssh://git@github.com/chester1000/savepass.git"
16 },
17 "keywords": [
18 "password",
19 "keybase",
20 "archive",
21 "encrypt",
22 "cli"
23 ],
24 "author": "Damian Mee <mee.damian@gmail.com> (http://meedamian.com)",
25 "license": "ISC",
26 "bugs": {
27 "url": "https://github.com/chester1000/savepass/issues"
28 },
29 "homepage": "https://github.com/chester1000/savepass#readme",
30 "dependencies": {
31 "async": "^1.0.0",
32 "chalk": "^1.0.0",
33 "fs-extra": "^0.18.4",
34 "inquirer": "^0.8.5",
35 "meow": "^3.1.0"
36 },
37 "peerDependencies": {
38 "keybase": "^0.7.8"
39 },
40 "devDependencies": {
41 "del": "^1.2.0",
42 "gulp": "^3.8.11",
43 "gulp-coffee": "^2.3.1",
44 "gulp-coffeelint": "^0.5.0",
45 "gulp-json-editor": "^2.2.1",
46 "gulp-load-plugins": "^0.10.0",
47 "gulp-shell": "^0.4.1",
48 "gulp-util": "^3.0.4"
49 }
50}