-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 998 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
35
36
37
38
{
"name": "localforage-backbone",
"author": "Mozilla",
"description": "Backbone.js driver for localForage.",
"keywords": [
"indexeddb",
"localstorage",
"storage",
"websql"
],
"version": "0.6.2",
"homepage": "https://github.com/mozilla/localForage-backbone",
"repository": {
"type": "git",
"url": "git://github.com/mozilla/localForage-backbone.git"
},
"scripts": {
"prepublish": "grunt build",
"test": "grunt test"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^1.5.0",
"jasmine": "^2.2.1",
"load-grunt-tasks": "^3.1.0"
},
"browser": "dist/localforage.backbone.js",
"main": "dist/localforage.backbone.js",
"licence": "Apache-2.0",
"bugs": {
"url": "http://github.com/mozilla/localForage-backbone/issues"
}
}