main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
463 bytes
|
Rev | Line | |
---|
[79a0317] | 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.