bibliographe/package.json

31 lines
709 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",
2014-07-15 19:48:29 +02:00
"license": [ {
"type" : "MIT",
"url" : "http://github.com/gauthiier/bibliographe/blob/master/LICENSE"
} ],
2014-07-15 19:32:51 +02:00
"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"
}
}