{ "name": "bibliographe", "version": "0.0.1", "description": "bibliographic processor util", "files": ["bibliographe-cli.js", "lib", "csl", "csl-locales"], "bin": "./bibliographe-cli.js", "scripts": { "test": "echo \"HAHA! NONO!\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/gauthiier/bibliographe.git" }, "keywords": [ "citeproc" ], "author": "gauthiier", "license": [ { "type" : "MIT", "url" : "http://github.com/gauthiier/bibliographe/blob/master/LICENSE" } ], "bugs": { "url": "https://github.com/gauthiier/bibliographe/issues" }, "homepage": "https://github.com/gauthiier/bibliographe", "private": "true", "dependencies" : { "underscore": "1.6.x", "jsdom": "0.5.x" } }