forked from chrisben/imgcache.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 801 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "imgcache.js",
"version": "1.0.0",
"description": "JS library based on the File API to cache images for offline recovery (target: cordova/phonegap & chrome)",
"main": "js/imgcache.js",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git://github.com/chaddjohnson/imgcache.js.git"
},
"scripts": {
"test": "open '/Applications/Google Chrome.app' 'index.html' --args --allow-file-access-from-files --allow-file-access"
},
"keywords": [
"image",
"cache",
"html5",
"file",
"filesystem",
"offline"
],
"author": "Christophe BENOIT",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/chrisben/imgcache.js/issues"
},
"homepage": "https://github.com/chaddjohnson/imgcache.js"
}