forked from indexeddbshim/IndexedDBShim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 788 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
{
"name": "IndexedDBShim",
"version": "0.1.0",
"author": "Parashuram <code@nparashuram.com>",
"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": "grunt.js",
"keywords": ["indexedDB", "database", "polyfill", "websql"],
"devDependencies": {
"grunt": "~0.3.12",
"grunt-jsmin-sourcemap": ">=1.5.6",
"grunt-saucelabs-qunit": ">=1.0.0",
"request" : "~2.12.0"
},
"bundleDependencies": [],
"license": "MIT",
"engines": {
"node": ">=0.6"
}
}