UNPKG

973 BJSONView Raw
1{
2 "name": "pickup",
3 "version": "6.0.1",
4 "description": "Transform RSS or Atom XML to JSON",
5 "main": "index.js",
6 "directories": {
7 "example": "example",
8 "test": "test"
9 },
10 "scripts": {
11 "test": "tap test/*.js -j4 --cov"
12 },
13 "bin": {
14 "pickup": "bin/cli.js"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/michaelnisi/pickup.git"
19 },
20 "keywords": [
21 "rss",
22 "atom",
23 "xml",
24 "json",
25 "itunes",
26 "podcast",
27 "feed",
28 "transform",
29 "stream",
30 "through",
31 "streams2"
32 ],
33 "bugs": {
34 "url": "https://github.com/michaelnisi/pickup/issues"
35 },
36 "homepage": "https://github.com/michaelnisi/pickup",
37 "dependencies": {
38 "readable-stream": "^2.3.6",
39 "sax": "^1.2.4"
40 },
41 "devDependencies": {
42 "standard": "^11.0.1",
43 "tap": "^12.0.1"
44 },
45 "engines": {
46 "node": ">=4"
47 },
48 "author": "Michael Nisi <michael.nisi@gmail.com> (https://troubled.pro)",
49 "license": "MIT"
50}