-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 980 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "node-keybase",
"version": "0.0.5",
"description": "Keybase.io library for node.js",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"prepublish": "./node_modules/.bin/iced --compile ."
},
"repository": {
"type": "git",
"url": "git://github.com/taterbase/node-keybase.git"
},
"keywords": [
"keybase",
"keybase.io",
"pgp",
"crypto"
],
"author": "taterbase",
"license": "MIT",
"bugs": {
"url": "https://github.com/taterbase/node-keybase/issues"
},
"homepage": "https://github.com/taterbase/node-keybase",
"devDependencies": {
"iced-coffee-script": "^1.8.0-a",
"mocha": "^1.20.1",
"kbpgp": "^0.1.23",
"should": "^4.0.4",
"iced-error": "0.0.9"
},
"dependencies": {
"triplesec": "^3.0.7",
"request": "^2.34.0",
"iced-spawn": "0.0.10",
"gpg-wrapper": "0.0.47",
"iced-error": "0.0.9",
"iced-runtime": "^1.0.2",
"kbpgp": "^1.1.4"
}
}