bibliographe/package.json

28 lines
608 B
JSON
Raw Normal View History

2014-07-15 19:32:51 +02:00
{
"name": "bibliographe",
"version": "0.0.0",
"description": "bibliographic processor util",
"main": "generatebib.js",
"scripts": {
"test": "echo \"HAHA! NONO!\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gauthiier/bibliographe.git"
},
"keywords": [
"citeproc"
],
"author": "gauthiier",
"license": "MIT",
"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"
}
}