Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsirot committed Sep 13, 2015
1 parent 88dc9d0 commit 94d665e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -4,12 +4,10 @@
"description": "A simple javascript library implementing cryptographic digests, HMAC and PBKDF algorithms.",
"main": "build/digest.min.js",
"homepage": "http://www.coding-stories.com/digest-js/",
"author": {
"name": "Jean-Christophe Sirot"
},
"author": "Jean-Christophe Sirot",
"repository": {
"type": "git",
"url": "git@github.com:jcsirot/digest.js.git"
"url": "git+ssh://git@github.com/jcsirot/digest.js.git"
},
"bugs": {
"url": "https://github.com/jcsirot/digest.js/issues"
Expand All @@ -18,6 +16,9 @@
"scripts": {
"test": "grunt test"
},
"directories": {
"test": "test"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.6.0",
Expand Down

0 comments on commit 94d665e

Please sign in to comment.