forked from localForage/localForage-backbone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 872 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 872 Bytes
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": "localforage-backbone",
"author": "Mozilla",
"description": "Backbone.js driver for localForage.",
"keywords": [
"indexeddb",
"localstorage",
"storage",
"websql"
],
"version": "0.4.0",
"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.4",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-jasmine": "^0.6.1",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1"
},
"browser": "dist/localforage.backbone.js",
"main": "dist/localforage.backbone.js",
"licence": "Apache-2.0",
"bugs": {
"url": "http://github.com/mozilla/localForage-backbone/issues"
}
}