You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
254 B
19 lines
254 B
|
3 months ago
|
{
|
||
|
|
"name": "js-base64",
|
||
|
|
"version": "2.4.9",
|
||
|
|
"license": "BSD-3-Clause",
|
||
|
|
"main": [
|
||
|
|
"./base64.js"
|
||
|
|
],
|
||
|
|
"ignore": [
|
||
|
|
"old",
|
||
|
|
"test",
|
||
|
|
".gitignore",
|
||
|
|
".travis.yml",
|
||
|
|
"base64.html",
|
||
|
|
"package.json"
|
||
|
|
],
|
||
|
|
"dependencies": {
|
||
|
|
}
|
||
|
|
}
|