-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1 KB
/
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
43
{
"name": "stateless-dane",
"version": "0.0.7",
"description": "A library/utility for Stateless DANE certificates",
"keywords": [
"dane",
"certificates",
"hip-0017",
"handshake",
"hns"
],
"license": "MIT",
"main": "lib/index.js",
"repository": "git://github.com/htools-org/stateless-dane.git",
"homepage": "https://github.com/htools-org/stateless-dane#readme",
"bugs": {
"url": "https://github.com/htools-org/stateless-dane/issues"
},
"author": "Rithvik Vibhu <[email protected]>",
"bin": {
"stateless-dane": "bin/stateless-dane.js"
},
"scripts": {
"test": "bmocha --reporter spec test/*.js",
"test-file": "bmocha --reporter spec"
},
"files": [
"bin/**/*",
"etc/**/*",
"lib/**/*"
],
"dependencies": {
"bcfg": "^0.2.2",
"bcrypto": "https://github.com/pinheadmz/bcrypto#ssl1",
"bns": "^0.15.0",
"bsert": "^0.0.13",
"hs-client": "^6.0.0",
"urkel": "^1.0.3"
},
"devDependencies": {
"bmocha": "^2.2.0"
}
}