-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 948 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
{
"name": "hackernews2nntp",
"version": "0.2.1",
"description": "Post Hacker News Stories & Comments to an NNTP Server",
"keywords": [
"nntp",
"usenet",
"hacker news",
"offline",
"mbox"
],
"author": "Alexander Gromnitsky <[email protected]>",
"license": {
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
},
"url": "https://github.com/gromnitsky/hackernews2nntp",
"repository": {
"type": "git",
"url": "git://github.com/gromnitsky/hackernews2nntp.git"
},
"preferGlobal": true,
"bin": {
"hackernews2nntp-get": "./bin/hackernews2nntp-get",
"hackernews2nntp-convert": "./bin/hackernews2nntp-convert"
},
"dependencies": {
"coffee-script": "~1.8.0",
"commander": "~2.5.0",
"jjv": "~1.0.2",
"limiter": "~1.0.5",
"mimelib": "~0.2.18",
"mocha": "~2.0.1",
"mustache": "~0.8.2",
"q": "~1.1.1",
"request": "~2.48.0",
"shell-quote": "~1.4.2",
"which": "~1.0.5"
}
}