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
45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.2 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
38
39
40
41
42
43
44
45
{
"name": "idb-wrapper",
"version": "1.6.2",
"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.js",
"homepage": "https://github.com/jensarps/IDBWrapper",
"contributors": [
"Github Contributors (https://github.com/jensarps/IDBWrapper/graphs/contributors)"
],
"bugs": {
"url": "https://github.com/jensarps/IDBWrapper/issues",
"email": "mail@jensarps.de"
},
"dependencies": {},
"devDependencies": {
"chai": "^3.5",
"grunt": "^0.4.5",
"grunt-closurecompiler": "^0.9.9",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jsdoc": "^1.0.0",
"grunt-karma": "^0.12.1",
"jsdoc-oblivion": "0.0.4",
"karma": "^0.13.15",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^0.2.1",
"mocha": "^2.3.3"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jensarps/IDBWrapper/raw/master/LICENSE"
}
],
"scripts": {}
}