Updated packages via auto-update.js

This commit is contained in:
Thomas Davis
2014-04-01 07:30:51 -04:00
parent b3e468a78d
commit faedcce3f2
+15 -11
View File
@@ -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"
]
}
]
}