Skip to content

Commit

Permalink
Add bower.json, update component.json
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Aug 12, 2013
1 parent 3d17b7e commit 5ac9fb9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "SparkMD5",
"version": "0.0.4",
"homepage": "https://github.com/satazor/SparkMD5",
"authors": [
"André Cruz <andremiguelcruz@msn.com>"
],
"description": "Lightning fast normal and incremental md5 for javascript",
"main": "spark-md5.js",
"keywords": [
"md5",
"spark",
"incremental",
"fast"
],
"license": "http://www.wtfpl.net/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
6 changes: 3 additions & 3 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"repo": "satazor/SparkMD5",
"description": "Lightning fast normal and incremental md5 for javascript",
"version": "0.0.4",
"keywords": [],
"keywords": ["md5", "fast", "spark", "incremental"],
"dependencies": {},
"development": {},
"license": "MIT",
"license": "WTFPL",
"main": "spark-md5.js",
"scripts": [
"spark-md5.js"
]
}
}

0 comments on commit 5ac9fb9

Please sign in to comment.