Reformat package.json

This commit is contained in:
Julien Chaumond 2014-04-02 11:34:21 +02:00
parent 5fa974e614
commit 6f252ea5b6

View File

@ -2,34 +2,39 @@
"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.4", "version": "0.1.4",
"author" : "Andris Reinman", "author": "Andris Reinman",
"contributors": [ "contributors": [
{ {
"name":"andris", "name": "andris",
"email":"andris@node.ee" "email": "andris@node.ee"
}, },
{ {
"name": "Julien Chaumond", "name": "Julien Chaumond",
"email": "chaumond@gmail.com", "email": "chaumond@gmail.com",
"url" : "https://github.com/julien-c" "url": "https://github.com/julien-c"
} }
], ],
"homepage": "http://github.com/julien-c/epub", "homepage": "http://github.com/julien-c/epub",
"repository" : { "repository": {
"type" : "git", "type": "git",
"url" : "http://github.com/julien-c/epub.git" "url": "http://github.com/julien-c/epub.git"
}, },
"main" : "./epub", "main": "./epub",
"licenses" : [ "licenses": [
{ {
"type": "MIT", "type": "MIT",
"url": "http://github.com/julien-c/epub/blob/master/LICENSE" "url": "http://github.com/julien-c/epub/blob/master/LICENSE"
} }
], ],
"dependencies": { "dependencies": {
"zipfile":"*", "zipfile": "^0.5.0",
"xml2js":"~0.1.0" "xml2js": "~0.1.0"
}, },
"engine": [ "node >=0.3.0" ], "engine": [
"keywords": ["epub", "books"] "node >=0.3.0"
],
"keywords": [
"epub",
"books"
]
} }