Bump version
This commit is contained in:
parent
99ea6751fe
commit
0137826044
19
package.json
19
package.json
@ -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": {
|
||||||
|
Reference in New Issue
Block a user