-
Notifications
You must be signed in to change notification settings - Fork 170
/
package.json
70 lines (70 loc) · 1.68 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "dnschain",
"version": "0.5.3",
"description": "A blockchain-based DNS + HTTPS server that fixes HTTPS security, and more!",
"homepage": "https://github.com/okTurtles/dnschain",
"bugs": "https://github.com/okTurtles/dnschain/issues",
"author": {
"name": "Greg Slepak",
"url": "https://twitter.com/taoeffect"
},
"license": "MPL-2.0",
"bin": "./bin/dnschain",
"main": "./lib/dnschain",
"preferGlobal": true,
"keywords": [
"dns",
"server",
"security",
"pgp",
"gpg",
"encryption",
"namecoin",
"bitcoin",
"blockchain",
"cryptography",
"crypto",
"authentication",
"identity",
"ssl",
"tls"
],
"scripts": {
"test": "./node_modules/.bin/mocha --compilers coffee:coffee-script/register -R spec --bail test/"
},
"repository": {
"type": "git",
"url": "git://github.com/okTurtles/dnschain.git"
},
"dependencies": {
"bluebird": "2.9.9",
"bottleneck": "1.5.x",
"event-stream": "3.2.2",
"express": "4.11.2",
"hiredis": "0.4.1",
"json-rpc2": "0.8.1",
"lodash": "3.1.0",
"native-dns": "git+https://github.com/okTurtles/node-dns.git#08433ec98f517eed3c6d5e47bdf62603539cd402",
"native-dns-packet": "0.1.1",
"nconf": "0.7.1",
"properties": "1.2.1",
"redis": "0.12.x",
"string": "2.0.1",
"winston": "0.8.0",
"superagent": "0.21.0"
},
"devDependencies": {
"coffee-script": "^1.8.0",
"coffeelint": "^1.6.0",
"fakeredis": "^0.3.0",
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-watch": "^0.6.1",
"matchdep": "~0.1.2",
"mocha": "^2.1.0",
"should": "^5.0.0"
},
"engines": {
"node": ">=0.10.x"
}
}