UNPKG

1.05 kBJSONView Raw
1{
2 "name": "@meedamian/savepass",
3 "version": "0.1.1",
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": "npm test"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+ssh://git@github.com/chester1000/savepass.git"
14 },
15 "keywords": [
16 "password",
17 "keybase",
18 "archive",
19 "encrypt",
20 "cli"
21 ],
22 "author": "Damian Mee <mee.damian@gmail.com> (http://meedamian.com)",
23 "license": "ISC",
24 "bugs": {
25 "url": "https://github.com/chester1000/savepass/issues"
26 },
27 "homepage": "https://github.com/chester1000/savepass#readme",
28 "dependencies": {
29 "async": "^1.0.0",
30 "chalk": "^1.0.0",
31 "fs-extra": "^0.18.4",
32 "inquirer": "^0.8.5",
33 "meow": "^3.1.0"
34 },
35 "peerDependencies": {
36 "keybase": "^0.7.8",
37 "coffee-script": "^1.9.2"
38 },
39 "devDependencies": {
40 "gulp": "^3.8.11",
41 "gulp-coffeelint": "^0.5.0",
42 "gulp-load-plugins": "^0.10.0"
43 }
44}