-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
55 lines (55 loc) · 1.35 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
{
"name": "sudo-humans",
"version": "0.0.0",
"private": true,
"bin": {
"sudo-humans": "bin/cmd.js"
},
"dependencies": {
"accountdown": "^4.1.0",
"accountdown-basic": "^1.0.0",
"async": "^1.5.0",
"body": "^4.6.0",
"changes-feed": "^1.1.0",
"changesdown": "^2.3.1",
"concat-stream": "^1.4.8",
"content-addressable-blob-store": "^4.1.1",
"cookie-auth": "^2.4.2,
"duplexer2": "^0.0.2",
"ecstatic": "^0.5.8",
"escape-html": "^1.0.3",
"html-template": "^1.2.2",
"hyperquest": "^1.2.0",
"hyperstream": "^1.2.2",
"index-feed": "^1.0.0",
"is-root": "^1.0.0",
"level-change-processor": "^1.0.0",
"level-packager": "^0.18.0",
"leveldown": "^0.10.5",
"marked": "^0.3.3",
"minimist": "^1.1.1",
"mkdirp": "^0.5.1",
"moment": "^2.10.6",
"nodemailer": "^1.3.4",
"nodemailer-smtp-transport": "^1.0.3",
"once": "^1.3.2",
"persona-id": "^1.3.2",
"promise": "^7.1.1",
"pug": "~2.0.0",
"retricon-without-canvas": "^1.0.0",
"routes": "^2.0.0",
"shasum": "^1.0.2",
"stream-combiner2": "^1.0.2",
"stripe": "^4.0.0",
"subleveldown": "^1.1.0",
"tcp-bind": "^1.2.0",
"through2": "^0.6.5",
"timeago": "^0.2.0",
"xkcd-password": "^1.2.0",
"xtend": "^4.0.0"
},
"scripts": {
"start": "bin/cmd.js"
},
"license": "MIT"
}