You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
437 B

13 years ago
{
"author": "T. Jameson Little <t.jameson.little@gmail.com>",
"name": "base64-js",
"description": "Base64 encoding/decoding in pure JS",
"version": "0.0.4",
13 years ago
"repository": {
"type": "git",
"url": "git://github.com/beatgammit/base64-js.git"
13 years ago
},
"main": "lib/b64.js",
"scripts": {
"test": "cd test; node runner.js; cd -"
},
"engines": {
"node": ">= 0.4"
},
"license": "MIT",
13 years ago
"dependencies": {},
"devDependencies": {}
}