Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from harrietgrace/master
Browse files Browse the repository at this point in the history
Adding component.json
  • Loading branch information
J. T. L. committed Feb 4, 2015
2 parents f12c43b + 8419038 commit 5db7afa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "string-hash",
"repo": "darkskyapp/string-hash",
"description": "fast string hashing function",
"version": "1.1.1",
"keywords": [
"string",
"hashing"
],
"dependencies": {},
"development": {
"mocha": "1.3.x"
},
"license": "CC0",
"main": "index.js",
"scripts": [
"index.js"
],
"remotes": []
}

0 comments on commit 5db7afa

Please sign in to comment.