Package.describe({ summary: "JS library that stores images locally for offline apps using PhoneGap/Cordova or browsers supporting the new html5 File API", version: "1.1.0", git: "https://github.com/chrisben/imgcache.js" }); Package.onUse(function(api) { api.versionsFrom(["[email protected]", "[email protected]"]); api.addFiles("js/imgcache.js"); });