bumped version and test dependencies

This commit is contained in:
Dylan Greene
2014-01-18 09:06:00 -07:00
parent 01f58f9364
commit a0e6d31bbe

View File

@@ -1,6 +1,6 @@
{ {
"name": "rss", "name": "rss",
"version": "0.2.1", "version": "0.3.0",
"description": "RSS feed generator. A really simple API to add RSS feeds to any project.", "description": "RSS feed generator. A really simple API to add RSS feeds to any project.",
"homepage": "http://github.com/dylang/node-rss", "homepage": "http://github.com/dylang/node-rss",
"author": "Dylan Greene <dylang@gmail.com>", "author": "Dylan Greene <dylang@gmail.com>",
@@ -13,32 +13,33 @@
"Patrick Garman <contact@pmgarman.me>", "Patrick Garman <contact@pmgarman.me>",
"Fred Morstatter" "Fred Morstatter"
], ],
"repository": "repository": {
{
"type": "git", "type": "git",
"url": "http://github.com/dylang/node-rss" "url": "http://github.com/dylang/node-rss"
}, },
"bugs": "bugs": {
{
"mail": "dylang@gmail.com", "mail": "dylang@gmail.com",
"url": "http://github.com/dylang/node-rss/issues" "url": "http://github.com/dylang/node-rss/issues"
}, },
"dependencies": "dependencies": {
{
"xml": "~0.0.4", "xml": "~0.0.4",
"mime": "~1.2.11" "mime": "~1.2.11"
}, },
"devDependencies": { "devDependencies": {
"chai": "~1.7.2", "chai": "~1.8.1",
"mocha": "~1.12.0" "mocha": "~1.17.0"
}, },
"main": "lib/rss.js", "main": "lib/rss.js",
"scripts": { "scripts": {
"test": "./node_modules/.bin/mocha --reporter spec" "test": "./node_modules/.bin/mocha --reporter spec"
}, },
"engines": { "node": ">=0.4.0" }, "engines": {
"licenses" : "node": ">=0.4.0"
[ },
{ "type" : "MIT", "url" : "http://github.com/dylang/node-rss/raw/master/LICENSE" } "licenses": [
{
"type": "MIT",
"url": "http://github.com/dylang/node-rss/raw/master/LICENSE"
}
] ]
} }