Files
turbo-rss/package.json
2014-12-19 21:29:54 -05:00

83 lines
1.8 KiB
JSON

{
"name": "rss",
"version": "1.1.0",
"description": "RSS feed generator. Add RSS feeds to any project. Supports enclosures and GeoRSS.",
"keywords": [
"rss",
"xml",
"atom",
"podcasts",
"ghost",
"feed",
"feed builder",
"rss feed"
],
"main": "lib/index",
"scripts": {
"test": "tape test",
"lint": "grunt lint",
"test:browser": "prova -b"
},
"homepage": "http://github.com/dylang/node-rss",
"author": {
"name": "Dylan Greene",
"email": "dylang@gmail.com"
},
"contributors": [
"Dylan Greene <dylang@gmail.com>",
"Xavier Damman <xdamman@gmail.com>",
"Michael R. Lange",
"Victor Jonsson",
"Danny Graham",
"Patrick Garman <contact@pmgarman.me>",
"Fred Morstatter",
"Eric Vantillard <eric.vantillard@evaxion.fr>",
"Jason Karns <jasonkarns>"
],
"repository": {
"type": "git",
"url": "http://github.com/dylang/node-rss.git"
},
"bugs": {
"url": "http://github.com/dylang/node-rss/issues"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/9..latest",
"chrome/latest",
"firefox/latest",
"safari/latest",
"opera/latest",
"iphone/latest",
"ipad/latest",
"android-browser/latest"
]
},
"dependencies": {
"mime-types": "^2.0.3",
"xml": "^1.0.0"
},
"devDependencies": {
"folderify": "^0.6.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-release": "^0.9.0",
"grunt-templates-dylang": "^1.0.0",
"include-folder": "^0.7.0",
"load-grunt-tasks": "^1.0.0",
"mockdate": "^1.0.1",
"prova": "^2.0.3",
"q": "^1.0.0",
"tape": "^3.0.3",
"time-grunt": "^1.0.0",
"xml2js": "^0.4.1"
},
"browserify": {
"transform": [
"folderify"
]
},
"licenses": "MIT"
}