-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.04 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": "PHusher",
"version": "1.6.0",
"description": "Web scraper and push notifier for new messages on the Prohardver! forums (www.prohardver.hu).",
"main": "phusher.js",
"dependencies": {
"cheerio": "~0.13.0",
"request": "~2.30.0",
"when": "~2.7.1",
"underscore": "~1.5.2",
"colors": "~0.6.2",
"async": "~0.2.9",
"lru-cache": "~2.5.0",
"pushbullet": "^0.4.0"
},
"devDependencies": {},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/vzsg/prohardver-push-notifier.git"
},
"keywords": [
"prohardver",
"pushbullet",
"notifications",
"forum"
],
"author": "Zsolt Varadi <zsolt.varadi@outlook.com>",
"contributors": [
{
"name": "Balazs Nadasdi",
"email": "yitsushi@gmail.com",
"url": "http://balazsnadasdi.me/"
}
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/vzsg/prohardver-push-notifier/issues"
},
"homepage": "https://github.com/vzsg/prohardver-push-notifier"
}