-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.14 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.14 KB
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
51
52
53
54
55
{
"name": "find-rss",
"description": "Find RSS/ATOM feed by HTML/URL",
"version": "1.6.4",
"author": "nikezono",
"dependencies": {
"async": "^2.1.4",
"feedparser": "^2.1.0",
"htmlparser2": "^3.9.2",
"iconv-lite": "^0.4.15",
"jschardet": "^1.4.1",
"request": "^2.79.0"
},
"devDependencies": {
"codeclimate-test-reporter": "*",
"coffee-errors": "*",
"coffee-script": "*",
"coffeelint": "^1.16.0",
"grunt": "*",
"grunt-coffeelint": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-coffee": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-watch": "*",
"grunt-istanbul": "*",
"grunt-mocha-test": "*",
"grunt-notify": "*",
"istanbul": "*",
"mocha": "*",
"nock": "^9.0.5",
"underscore": "*"
},
"keywords": [
"rss",
"atom",
"find",
"feed"
],
"repository": {
"type": "git",
"url": "git://github.com/nikezono/node-find-rss"
},
"main": "lib/find-rss.js",
"scripts": {
"test": "grunt test",
"prepublish": "grunt coffee"
},
"engines": {
"node": "*"
},
"directories": {
"test": "test"
},
"license": "BSD"
}