Skip to content

Commit

Permalink
added some other fields
Browse files Browse the repository at this point in the history
  • Loading branch information
drd0rk committed Dec 21, 2011
1 parent af7790f commit 2578295
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.0.1",
"author": "Stefan Bilharz <s.bilharz@web.de>",
"keywords": ["random string","password","generator","random","pw"],
"homepage": "git://github.com/drd0rk/strgen",
"bugs": {
"url": "git://github.com/drd0rk/strgen/issues/"
},
"dependencies": {
"coffee-script": "1.2.x"
},
Expand All @@ -19,5 +23,11 @@
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "git://github.com/drd0rk/strgen.git"
}
],
"engine": {"node": "0.6.x"}
}

0 comments on commit 2578295

Please sign in to comment.