Bump version

This commit is contained in:
Julien Chaumond 2014-03-31 11:16:43 +02:00
parent 99ea6751fe
commit 0137826044

View File

@ -1,24 +1,35 @@
{ {
"name": "epub", "name": "epub",
"description": "Parse ePub electronic book files with Node.JS", "description": "Parse ePub electronic book files with Node.JS",
"version": "0.1.2", "version": "0.1.3",
"author" : "Andris Reinman", "author" : "Andris Reinman",
"contributors": [
{
"name":"andris",
"email":"andris@node.ee"
},
{
"name": "Julien Chaumond",
"email": "chaumond@gmail.com",
"url" : "https://github.com/julien-c"
}
],
"maintainers":[ "maintainers":[
{ {
"name":"andris", "name":"andris",
"email":"andris@node.ee" "email":"andris@node.ee"
} }
], ],
"homepage": "http://github.com/andris9/epub", "homepage": "http://github.com/julien-c/epub",
"repository" : { "repository" : {
"type" : "git", "type" : "git",
"url" : "http://github.com/andris9/epub.git" "url" : "http://github.com/julien-c/epub.git"
}, },
"main" : "./epub", "main" : "./epub",
"licenses" : [ "licenses" : [
{ {
"type": "MIT", "type": "MIT",
"url": "http://github.com/andris9/epub/blob/master/LICENSE" "url": "http://github.com/julien-c/epub/blob/master/LICENSE"
} }
], ],
"dependencies": { "dependencies": {
@ -26,5 +37,5 @@
"xml2js":"~0.1.0" "xml2js":"~0.1.0"
}, },
"engine": [ "node >=0.3.0" ], "engine": [ "node >=0.3.0" ],
"keywords": ["epub","books"] "keywords": ["epub", "books"]
} }