UNPKG

703 BJSONView Raw
1{
2 "author": "T. Jameson Little <t.jameson.little@gmail.com>",
3 "name": "base64-js",
4 "description": "Base64 encoding/decoding in pure JS",
5 "version": "0.0.6",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/beatgammit/base64-js.git"
9 },
10 "main": "lib/b64.js",
11 "scripts": {
12 "test": "tape test/*.js"
13 },
14 "testling": {
15 "files": "test/*.js",
16 "browsers": [
17 "ie/6..latest",
18 "chrome/4..latest",
19 "firefox/3..latest",
20 "safari/5.1..latest",
21 "opera/11.0..latest",
22 "iphone/6",
23 "ipad/6"
24 ]
25 },
26 "engines": {
27 "node": ">= 0.4"
28 },
29 "license": "MIT",
30 "dependencies": {},
31 "devDependencies": {
32 "tape": "~2.3.2"
33 }
34}