-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
38 lines (38 loc) · 1.05 KB
/
package.json
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
{
"name": "idb-wrapper",
"version": "1.7.2",
"description": "A cross-browser wrapper for IndexedDB",
"keywords": [
"storage",
"offline",
"IndexedDB"
],
"author": "jensarps <[email protected]> (http://jensarps.de/)",
"repository": "jensarps/IDBWrapper",
"main": "idbstore.js",
"homepage": "https://github.com/jensarps/IDBWrapper",
"contributors": [
"Github Contributors (https://github.com/jensarps/IDBWrapper/graphs/contributors)"
],
"bugs": "https://github.com/jensarps/IDBWrapper/issues",
"dependencies": {},
"devDependencies": {
"chai": "^4.1.2",
"grunt": "^1.0.1",
"grunt-closurecompiler": "^0.9.9",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jsdoc": "^2.2.0",
"grunt-karma": "^2.0.0",
"grunt-md2html": "^0.3.1",
"jsdoc-oblivion": "^0.0.9",
"karma": "^1.7.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"mocha": "^4.0.1"
},
"license": "MIT",
"scripts": {}
}