Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
haku-d committed Sep 12, 2013
1 parent c59cfa0 commit 0368a18
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions README
@@ -0,0 +1 @@
Generate unique id string
15 changes: 13 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "j-uid",
"description": "uid generate",
"version": "0.0.1",
"version": "0.0.3",
"main": "index",
"engines": {
"node": "*"
Expand All @@ -10,5 +10,16 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Thanh Dang <clgt@clgt.vn> (http://clgt.vn/)",
"license": "BSD"
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/vntrace/uid.git"
},
"keywords": [
"unique",
"id"
],
"bugs": {
"url": "https://github.com/vntrace/uid/issues"
}
}

0 comments on commit 0368a18

Please sign in to comment.