-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
41 lines (41 loc) · 1 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
{
"name": "jquery-indexeddb",
"preferGlobal": "false",
"version": "1.0.0",
"author": "Parashuram <[email protected]>",
"description": "A Jquery plugin for the IndexedDB API",
"scripts": {
"start": "grunt",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/axemclion/jquery-indexeddb.git"
},
"bugs": {
"url": "https://github.com/axemclion/jquery-indexeddb/issues"
},
"main": "grunt.js",
"keywords": [
"indexedDB",
"database",
"jquery"],
"devDependencies": {
"grunt": "~0.4.0",
"grunt-saucelabs": "~4.0.0",
"request": "~2.14.0",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-connect": "~0.1.2",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-copy": "~0.4.0",
"grunt-groundskeeper": "~0.1.3",
"grunt-contrib-clean": "~0.4.0"
},
"bundleDependencies": [],
"license": "MIT",
"engines": {
"node": ">=0.8"
}
}