-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
50 lines (50 loc) · 1.05 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
{
"name": "rss-watcher",
"version": "1.4.0",
"description": "RSS reader/watcher",
"main": "lib/watcher.js",
"scripts": {
"test": "grunt test"
},
"bin": {
"rss-watcher": "./bin/rss-watcher"
},
"repository": {
"type": "git",
"url": "https://github.com/nikezono/node-rss-watcher.git"
},
"dependencies": {
"async": "~2.6.1",
"colors": "~1.3.0",
"commander": "~2.16.0",
"moment": "~2.22.2",
"parse-rss": "*"
},
"devDependencies": {
"coffee-errors": "^0.8.6",
"coffee-script": "*",
"coffeelint": "^2.1.0",
"grunt": "^1.0.3",
"grunt-cli": "^1.2.0",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-coffee": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"grunt-notify": "^0.4.5",
"mocha": "^5.2.0",
"underscore": "^1.6.0"
},
"keywords": [
"rss",
"atom",
"reader",
"watcher",
"watch",
"read"
],
"author": "nikezono",
"license": "MIT",
"bugs": {
"url": "https://github.com/nikezono/node-rss-watcher/issues"
}
}