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.
34 lines
703 B
34 lines
703 B
{
|
|
"author": "T. Jameson Little <t.jameson.little@gmail.com>",
|
|
"name": "base64-js",
|
|
"description": "Base64 encoding/decoding in pure JS",
|
|
"version": "0.0.6",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/beatgammit/base64-js.git"
|
|
},
|
|
"main": "lib/b64.js",
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"testling": {
|
|
"files": "test/*.js",
|
|
"browsers": [
|
|
"ie/6..latest",
|
|
"chrome/4..latest",
|
|
"firefox/3..latest",
|
|
"safari/5.1..latest",
|
|
"opera/11.0..latest",
|
|
"iphone/6",
|
|
"ipad/6"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"tape": "~2.3.2"
|
|
}
|
|
}
|
|
|