mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-12 06:16:02 +10:00
Updated packages via auto-update.js
This commit is contained in:
@@ -5,10 +5,12 @@
|
||||
"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"
|
||||
}],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "WTFPL",
|
||||
"url": "https://raw.github.com/davidchambers/Base64.js/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/davidchambers/Base64.js.git"
|
||||
@@ -19,10 +21,12 @@
|
||||
"uglify-js": "2.2.x"
|
||||
},
|
||||
"npmName": "Base64",
|
||||
"npmFileMap": [{
|
||||
"basePath": "/",
|
||||
"files": [
|
||||
"*.js"
|
||||
]
|
||||
}]
|
||||
}
|
||||
"npmFileMap": [
|
||||
{
|
||||
"basePath": "/",
|
||||
"files": [
|
||||
"*.js"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user