summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 52c1917737b5d106e172918e6ab6f2d789150438 (plain)
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
{
  "name": "news",
  "version": "0.0.0",
  "description": "",
  "main": "newsbot.js",
  "dependencies": {
    "feedparser": "*",
    "form-data": "*",
    "irc": "*",
    "request": "*",
    "shell-quote": "*"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/krebscode/painload"
  },
  "keywords": [
    "irc",
    "news",
    "feed"
  ],
  "author": "krebs",
  "license": "WTFPLv2",
  "bugs": {
    "url": "https://github.com/krebscode/painload/issues"
  },
  "homepage": "https://github.com/krebscode/painload"
}