Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
585 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "atob",
|
---|
3 | "homepage": "https://git.coolaj86.com/coolaj86/atob.js.git",
|
---|
4 | "description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)",
|
---|
5 | "repository": {
|
---|
6 | "type": "git",
|
---|
7 | "url": "git://git.coolaj86.com/coolaj86/atob.js.git"
|
---|
8 | },
|
---|
9 | "keywords": [
|
---|
10 | "atob",
|
---|
11 | "browser"
|
---|
12 | ],
|
---|
13 | "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)",
|
---|
14 | "engines": {
|
---|
15 | "node": ">= 4.5.0"
|
---|
16 | },
|
---|
17 | "main": "node-atob.js",
|
---|
18 | "browser": "browser-atob.js",
|
---|
19 | "bin": {
|
---|
20 | "atob": "bin/atob.js"
|
---|
21 | },
|
---|
22 | "license": "(MIT OR Apache-2.0)",
|
---|
23 | "version": "2.1.2"
|
---|
24 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.