File "package.js"

Full Path: /srv/www/www.cadoro.it/app/lib/imgcache.js/package.js
File size: 355 bytes
MIME-type: text/plain
Charset: utf-8

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");
});