1 | {
|
2 | "name": "btoa",
|
3 | "homepage": "https://git.coolaj86.com/coolaj86/btoa.js.git",
|
4 | "description": "btoa for Node.JS (it's a one-liner)",
|
5 | "repository": {
|
6 | "type": "git",
|
7 | "url": "git://git.coolaj86.com/coolaj86/btoa.js.git"
|
8 | },
|
9 | "keywords": [
|
10 | "btoa",
|
11 | "browser"
|
12 | ],
|
13 | "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)",
|
14 | "engines": {
|
15 | "node": ">= 0.4.0"
|
16 | },
|
17 | "bin": {
|
18 | "btoa": "bin/btoa.js"
|
19 | },
|
20 | "main": "index",
|
21 | "license": "(MIT OR Apache-2.0)",
|
22 | "version": "1.2.1"
|
23 | }
|