mirror of
https://gitlab.silvrtree.co.uk/martind2000/mdot_server.git
synced 2025-02-04 20:00:14 +00:00
19 lines
334 B
JSON
19 lines
334 B
JSON
|
{
|
||
|
"name": "base64",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Base64 encoding and decoding",
|
||
|
"main": "./base64.js",
|
||
|
"license": "WTFPL",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/davidchambers/Base64.js.git"
|
||
|
},
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"Makefile",
|
||
|
"coverage/",
|
||
|
"scripts/",
|
||
|
"test/"
|
||
|
]
|
||
|
}
|