forked from jensarps/IDBWrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
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
31
32
33
34
35
36
37
{
"name": "idb-wrapper",
"version": "1.4.1",
"description": "A cross-browser wrapper for IndexedDB",
"keywords": [
"storage",
"offline",
"IndexedDB"
],
"author": "jensarps <mail@jensarps.de> (http://jensarps.de/)",
"repository": "git://github.com/jensarps/IDBWrapper.git",
"main": "idbstore",
"homepage": "https://github.com/jensarps/IDBWrapper",
"contributors": [
"Josh Matthews <josh@joshmatthews.net> (http://www.joshmatthews.net/blog/)",
"Raynos <raynos2@gmail.com> (http://raynos.org)",
"Chad Engler <chad@pantherdev.com> (http://chad.pantherdev.com)",
"Max Ogden <max+ogden@maxogden.com> (http://www.maxogden.com)",
"Asa Ayers <asa.ayers@gmail.com>"
],
"bugs": {
"url": "https://github.com/jensarps/IDBWrapper/issues",
"email": "mail@jensarps.de"
},
"dependencies": {},
"devDependencies": {
"mocha": "~1.13.0",
"chai": "~1.8.1"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jensarps/IDBWrapper/raw/master/LICENSE"
}
],
"scripts": {}
}