Last change
on this file since 1ad8e64 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
463 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "atob",
|
---|
| 3 | "description": "atob for isomorphic environments",
|
---|
| 4 | "main": "browser-atob.js",
|
---|
| 5 | "authors": [
|
---|
| 6 | "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)"
|
---|
| 7 | ],
|
---|
| 8 | "license": "(MIT OR Apache-2.0)",
|
---|
| 9 | "keywords": [
|
---|
| 10 | "atob",
|
---|
| 11 | "browser"
|
---|
| 12 | ],
|
---|
| 13 | "homepage": "https://github.com/node-browser-compat/atob",
|
---|
| 14 | "moduleType": [
|
---|
| 15 | "globals"
|
---|
| 16 | ],
|
---|
| 17 | "ignore": [
|
---|
| 18 | "**/.*",
|
---|
| 19 | "node_modules",
|
---|
| 20 | "bower_components",
|
---|
| 21 | "test",
|
---|
| 22 | "tests"
|
---|
| 23 | ]
|
---|
| 24 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.