Skip to content

Commit

Permalink
bumped version and test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dylang committed Jan 18, 2014
1 parent 01f58f9 commit a0e6d31
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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.",
"homepage": "http://github.com/dylang/node-rss",
"author": "Dylan Greene <dylang@gmail.com>",
Expand All @@ -13,32 +13,33 @@
"Patrick Garman <contact@pmgarman.me>",
"Fred Morstatter"
],
"repository":
{
"repository": {
"type": "git",
"url": "http://github.com/dylang/node-rss"
},
"bugs":
{
"bugs": {
"mail": "dylang@gmail.com",
"url": "http://github.com/dylang/node-rss/issues"
},
"dependencies":
{
"dependencies": {
"xml": "~0.0.4",
"mime": "~1.2.11"
},
"devDependencies": {
"chai": "~1.7.2",
"mocha": "~1.12.0"
"chai": "~1.8.1",
"mocha": "~1.17.0"
},
"main": "lib/rss.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
"test": "./node_modules/.bin/mocha --reporter spec"
},
"engines": { "node": ">=0.4.0" },
"licenses" :
[
{ "type" : "MIT", "url" : "http://github.com/dylang/node-rss/raw/master/LICENSE" }
"engines": {
"node": ">=0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/dylang/node-rss/raw/master/LICENSE"
}
]
}
}

0 comments on commit a0e6d31

Please sign in to comment.