{ "name": "angular-imgcache", "main": "angular-imgcache.js", "version": "1.1.0", "homepage": "https://github.com/maistho/angular-imgcache", "authors": [ "gartorware <[email protected]>", "maistho <[email protected]>", "Benes <[email protected]>" ], "description": "Simple imgcache.js wrapper for AngularJS", "keywords": [ "AngularJS", "imgcache.js", "JavaScript" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "angular": ">=1.2.*", "imgcache.js": "*" } }