Skip to content

Commit

Permalink
Merge pull request travist#19 from zoloft/master
Browse files Browse the repository at this point in the history
Added bower.json file
  • Loading branch information
travist committed Jan 8, 2014
2 parents cc11092 + 8514892 commit dacd9a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "travist/jsencrypt",
"version": "2.0.0",
"main": "bin/jsencrypt.min.js",
"description": "Provides a simple wrapper around the fantastic work done by Tom Wu for RSA Encryption in JavaScript",
"license": "MIT",
"ignore": [],
"dependencies": {
},
"devDependencies": {
}
}

0 comments on commit dacd9a7

Please sign in to comment.