Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thesmart committed Dec 17, 2012
1 parent d537d22 commit c8f7f06
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name":"messagebus",
"description":"A client for the MessageBus RESTful API, Version 4",
"keywords":[
"Message Bus",
"messagebus",
"email",
"messagebus client",
"messagebus api",
"messagebus email"
],
"version":"0.1.4",
"homepage":"https://github.com/twitvid/node-MessageBus",
"author":"Telly.com (http://telly.com)",
"contributors":[
"John Smart <smart@telly.com> (https://github.com/thesmart)",
"Scott Reynolds <scott@telly.com> (https://github.com/SupermanScott)"
],
"dependencies":{
"underscore":"1.4.2",
"request":"2.12.0",
"base-stream":"0.1.x"
},
"main":"index.js",
"repository":{
"type":"git",
"url":"git://github.com/twitvid/node-MessageBus.git"
}
"name": "messagebus",
"description": "A client for the MessageBus RESTful API, Version 4",
"keywords": [
"Message Bus",
"messagebus",
"email",
"messagebus client",
"messagebus api",
"messagebus email"
],
"version": "0.1.5",
"homepage": "https://github.com/twitvid/node-MessageBus",
"author": "Telly.com (http://telly.com)",
"contributors": [
"John Smart <smart@telly.com> (https://github.com/thesmart)",
"Scott Reynolds <scott@telly.com> (https://github.com/SupermanScott)"
],
"dependencies": {
"underscore": "1.4.2",
"request": "2.12.0",
"base-stream": "0.1.x"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/twitvid/node-MessageBus.git"
}
}

0 comments on commit c8f7f06

Please sign in to comment.