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.

25 lines
617 B

13 years ago
{
"author": "T. Jameson Little <t.jameson.little@gmail.com>",
"name": "base64-js",
"description": "Base64 encoding/decoding in pure JS",
9 years ago
"version": "1.1.2",
"repository": {
"type": "git",
"url": "git://github.com/beatgammit/base64-js.git"
},
"main": "lib/b64.js",
"scripts": {
"build": "browserify -s base64js -r ./ | uglifyjs -m > base64js.min.js",
"test": "standard && tape test/*.js"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"benchmark": "^2.1.0",
"browserify": "^13.0.0",
9 years ago
"standard": "*",
"tape": "4.x",
"uglify-js": "^2.6.2"
}
13 years ago
}