UNPKG

970 BJSONView Raw
1{
2 "name": "pickup",
3 "version": "2.0.4",
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": "export NODE_TEST=1 ; tap --tap test/*.js"
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": "^1.0.33",
39 "sax": "^0.6.1"
40 },
41 "devDependencies": {
42 "tap": "^0.4.13"
43 },
44 "engines": {
45 "node": ">=0.10"
46 },
47 "author": "Michael Nisi <michael.nisi@gmail.com> (http://michaelnisi.com/)",
48 "license": "MIT"
49}