-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 997 Bytes
/
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
{
"name": "indexed-db-cache",
"version": "0.1.4",
"description": "Javascript object that provides an interface to caching objects in IndexDB. Uses UMD to wrap the object",
"main": "index.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"repository": "http://github.com/sslash/indexedDBCache",
"keywords": [
"JavaScript",
"IndexDB"
],
"author": "Michael Gunnulfsen",
"license": "ISC",
"devDependencies": {
"chai": "~1.9.0",
"karma-chai": "~0.1.0",
"mocha": "~1.17.1",
"karma-mocha": "~0.1.1",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.3",
"requirejs": "~2.1.11",
"karma-requirejs": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.2",
"karma": "~0.10.9",
"browserify": "~3.30.1",
"karma-browserify": "~0.1.0",
"karma-sinon-chai": "~0.1.4"
}
}