18 lines
254 B
JSON
18 lines
254 B
JSON
{
|
|
"name": "js-base64",
|
|
"version": "2.5.1",
|
|
"license": "BSD-3-Clause",
|
|
"main": [
|
|
"./base64.js"
|
|
],
|
|
"ignore": [
|
|
"old",
|
|
"test",
|
|
".gitignore",
|
|
".travis.yml",
|
|
"base64.html",
|
|
"package.json"
|
|
],
|
|
"dependencies": {
|
|
}
|
|
}
|