-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 737 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 737 Bytes
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
{
"name": "rss-api",
"version": "1.0.2",
"description": "A series of useful APIs for xml(specially for RSS) and json",
"main": "index.js",
"scripts": {
"test": "rss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shafferjohn/rss-api.git"
},
"keywords": [
"rss",
"api",
"rss-api",
"xml",
"read",
"feed"
],
"author": {
"name": "Shaffer John",
"email": "823114339@qq.com",
"url": "http://www.shaffer.cn"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/shafferjohn/rss-api/issues",
"email": "823114339@qq.com"
},
"homepage": "https://github.com/shafferjohn/rss-api#readme",
"dependencies": {
"xmldom": ">=0.1.22"
}
}