npm'ed
This commit is contained in:
parent
be04f5139d
commit
9a2ae1238c
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,3 +1,13 @@
|
||||
.DS_Store
|
||||
|
||||
#submodules
|
||||
csl/
|
||||
csl-locales/
|
||||
|
||||
#node
|
||||
node_modules
|
||||
logs
|
||||
*.log
|
||||
|
||||
#npm
|
||||
npm-debug.log
|
||||
27
package.json
Normal file
27
package.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user