connect-opml
Version:
Connect middleware OPML body parser
40 lines (39 loc) • 828 B
JSON
{
"name": "connect-opml",
"version": "1.0.0",
"description": "Connect middleware OPML body parser",
"main": "opml.js",
"scripts": {
"test": "NODE_ENV=test node test"
},
"repository": {
"type": "git",
"url": "git@github.com:danmactough/connect-opml.git"
},
"author": "Dan MacTough <danmactough@gmail.com>",
"license": "MIT",
"dependencies": {
"bytes": "~0.2.1",
"opmlparser": "~0.6",
"type-is": "~1.2.0"
},
"devDependencies": {
"connect": "~2.8.0",
"request": "2.x",
"async": "0.2"
},
"bugs": {
"url": "https://github.com/danmactough/connect-opml/issues"
},
"homepage": "https://github.com/danmactough/connect-opml",
"directories": {
"test": "test"
},
"keywords": [
"opml",
"parser",
"connect",
"express",
"middleware"
]
}