forked from indexeddbshim/IndexedDBShim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.06 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
39
40
41
42
43
44
45
{
"name": "indexeddbshim",
"version": "2.2.1",
"author": "Parashuram <[email protected]>",
"description": "A polyfill for IndexedDB using WebSql",
"scripts": {
"start": "grunt",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/axemclion/IndexedDBShim.git"
},
"bugs": {
"url": "https://github.com/axemclion/IndexedDBShim/issues"
},
"main": "dist/indexeddbshim.js",
"keywords": [
"indexedDB",
"database",
"polyfill",
"websql"
],
"devDependencies": {
"chai": "^3.0.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.10.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-saucelabs": "~4.0.0",
"matchdep": "^0.3.0",
"mocha": "^2.2.5",
"request": "^2.58.0",
"sinon": "^1.15.3"
},
"bundleDependencies": [],
"license": "Apache-2.0",
"engines": {
"node": ">=0.10"
}
}