-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 876 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": "rssdiscovery",
"version": "0.0.1",
"description": "Automatically find a site's RSS/Atom/RDF feed(s)",
"main": "discover.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"keywords": [
"html",
"head",
"link",
"rel",
"feed",
"rss",
"atom",
"rdf"
],
"author": "Dan MacTough <[email protected]> (http://yabfog.com/)",
"license": "BSD",
"dependencies": {
"request": "~2.36.0",
"htmlparser2": "~3.7.2",
"parse-http-header": "0.0.1"
},
"devDependencies": {
"mocha": "~1.20.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/danmactough/node-rssdiscovery.git"
},
"bugs": {
"url": "https://github.com/danmactough/node-rssdiscovery/issues"
},
"homepage": "https://github.com/danmactough/node-rssdiscovery"
}