Projekt

Obecné

Profil

Stáhnout (585 Bajtů) Statistiky
| Větev: | Revize:
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
}
(7-7/8)