forked from keybase/triplesec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.06 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.06 KB
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
43
44
45
46
{
"name": "triplesec",
"version": "3.0.25",
"description": "A CommonJS-compliant system for secure encryption of smallish secrets",
"homepage": "https://github.com/keybase/triplesec",
"repository": {
"type": "git",
"url": "https://github.com/keybase/triplesec.git"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "make test",
"build": "make"
},
"main": "lib/main",
"devDependencies": {
"browserify": "~3.1.0",
"codo": "~2.0.2",
"colors": "~0.6.2",
"cryptojs-1sp": "3.1.2-a",
"deep-equal": "~0.1.0",
"iced-coffee-script": "108.0.8",
"iced-test": "~0.0.8",
"iced-utils": "~0.1.1",
"icsify": "^0.7.0",
"optimist": "~0.6.0",
"rsp2json": "~0.0.1",
"uglify-js": "~2.4.7"
},
"dependencies": {
"iced-error": ">=0.0.9",
"iced-lock": "^1.0.1",
"iced-runtime": "^1.0.2",
"more-entropy": ">=0.0.7",
"progress": "~1.1.2"
},
"author": "keybase",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}