mirror of
https://github.com/thangisme/notes.git
synced 2024-10-31 22:27:22 -04:00
18 lines
225 B
JSON
18 lines
225 B
JSON
{
|
|
"name": "js-base64",
|
|
"version": "2.1.9",
|
|
"main": [
|
|
"./base64.js"
|
|
],
|
|
"ignore": [
|
|
"old",
|
|
"test",
|
|
".gitignore",
|
|
".travis.yml",
|
|
"base64.html",
|
|
"package.json"
|
|
],
|
|
"dependencies": {
|
|
}
|
|
}
|