-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 942 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
41
42
43
{
"name": "podcast-parser",
"version": "1.1.1",
"description": "Feed parser with focus in podcasts",
"main": "index.js",
"dependencies": {
"bluebird": "^3.3.5",
"html-entities": "^1.2.1",
"request": "^2.72.0",
"rewire": "^2.5.1",
"sinon": "^1.17.4",
"underscore": "^1.8.3",
"voca": "^1.4.0",
"xml2js": "^0.4.16"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^4.18.2",
"mocha": "^6.2.0",
"mockery": "^1.6.2"
},
"scripts": {
"test": "npx mocha tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/menoncello/podcast-parser.git"
},
"keywords": [
"podcast",
"feed",
"rss",
"parser",
"xml",
"parser"
],
"author": "Eduardo Menoncello",
"license": "MIT",
"bugs": {
"url": "https://github.com/menoncello/podcast-parser/issues"
},
"homepage": "https://github.com/menoncello/podcast-parser#readme"
}