File "bower.json"

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

{
  "name": "imgcache.js",
  "version": "1.1.0",
  "homepage": "https://github.com/chrisben/imgcache.js",
  "authors": [
	{
		"name": "Christophe Benoit"
	}
  ],
  "repository": {
	"type": "git",
	"url": "git://github.com/chrisben/imgcache.js.git"
  },
  "description": "JS library that stores images locally for offline apps using PhoneGap/Cordova or browsers supporting the new html5 File API",
  "main": "js/imgcache.js",
  "keywords": [
    "cordova",
    "phonegap",
    "cache",
    "imgcache",
    "image"
  ],
  "license": "Apache-2.0",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}