bibliographe/package.json

32 lines
782 B
JSON
Raw Normal View History

2014-07-15 19:32:51 +02:00
{
"name": "bibliographe",
2015-08-31 20:20:20 +02:00
"version": "0.0.1",
2014-07-15 19:32:51 +02:00
"description": "bibliographic processor util",
2015-08-31 21:22:28 +02:00
"files": ["bibliographe-cli.js", "lib", "csl", "csl-locales"],
2015-08-31 20:20:20 +02:00
"bin": "./bibliographe-cli.js",
2014-07-15 19:32:51 +02:00
"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"
}
}