Skip to content

Commit

Permalink
package.json with jsdom as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmcmillan committed Apr 21, 2015
1 parent e598345 commit 3347a30
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "citeproc",
"version": "1.0.0",
"description": "",
"main": "citeproc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michael McMillan <[email protected]> (http://michaelmcmillan.net/)",
"license": "ISC",
"dependencies": {
"jsdom": "^5.0.1"
}
}

0 comments on commit 3347a30

Please sign in to comment.