Skip to content

Commit

Permalink
+ package.json
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.coderepos.org/share/lang/javascript/Base64/trunk@39186 d0d07461-0603-4401-acd4-de1884942a52
  • Loading branch information
dankogai committed Aug 26, 2012
1 parent 72c1017 commit 8bfa436
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "js-base64",
"version": "2.0.6",
"description": "Yet another Base64 transcoder in pure-JS",
"main": "base64.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/dankogai/js-base64"
},
"keywords": [
"base64"
],
"author": "Dan Kogai (https://github.com/dankogai)",
"license": "BSD"
}

0 comments on commit 8bfa436

Please sign in to comment.