mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-15 07:46:06 +10:00
32 lines
660 B
JSON
32 lines
660 B
JSON
{
|
|
"name": "Base64",
|
|
"filename": "base64.min.js",
|
|
"version": "0.2.1",
|
|
"description": "Base64 encoding and decoding",
|
|
"author": "David Chambers <dc@davidchambers.me>",
|
|
"main": "./base64.js",
|
|
"licenses": [
|
|
{
|
|
"type": "WTFPL",
|
|
"url": "https://raw.github.com/davidchambers/Base64.js/master/LICENSE"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/davidchambers/Base64.js.git"
|
|
},
|
|
"devDependencies": {
|
|
"coffee-script": "1.4.x",
|
|
"mocha": "1.8.x",
|
|
"uglify-js": "2.2.x"
|
|
},
|
|
"npmName": "Base64",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/",
|
|
"files": [
|
|
"*.js"
|
|
]
|
|
}
|
|
]
|
|
} |