123456789101112131415161718192021 |
- {
- "name": "rss-parser",
- "description": "",
- "version": "1.1.0",
- "main": "dist/rss-parser.js",
- "authors": [
- "Bobby Brennan"
- ],
- "license": "MIT",
- "homepage": "https://github.com/bobby-brennan/rss-parser",
- "moduleType": [
- "node"
- ],
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
|