mirror of
https://github.com/localForage/localForage.git
synced 2026-01-25 14:44:26 +00:00
28 lines
694 B
JSON
28 lines
694 B
JSON
{
|
|
"name": "localforage",
|
|
"author": "Mozilla",
|
|
"description": "Offline storage, improved.",
|
|
"keywords": ["storage", "localstorage", "indexeddb", "websql"],
|
|
"version": "0.0.1",
|
|
"homepage": "https://github.com/mozilla/localForage",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mozilla/localForage.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test",
|
|
"prepublish": "make build"
|
|
},
|
|
"devDependencies": {
|
|
"coffee-script": "1.7.1",
|
|
"express": "3.4.8",
|
|
"uglify-js": "2.3.x"
|
|
},
|
|
"browser": "dist/localforage.js",
|
|
"main": "dist/localforage.js",
|
|
"licence": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "http://github.com/mozilla/localForage/issues"
|
|
}
|
|
}
|