forked from localForage/localForage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 984 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
39
40
{
"name": "localforage",
"author": "Mozilla",
"description": "Offline storage, improved.",
"keywords": [
"indexeddb",
"localstorage",
"storage",
"websql"
],
"version": "0.3.1",
"homepage": "https://github.com/mozilla/localForage",
"repository": {
"type": "git",
"url": "git://github.com/mozilla/localForage.git"
},
"scripts": {
"prepublish": "grunt build",
"test": "grunt test"
},
"devDependencies": {
"coffee-script": "^1.7.1",
"express": "^3.4.8",
"grunt": "^0.4.2",
"grunt-casper": "^0.3.3",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.5.0",
"uglify-js": "^2.3.x",
"grunt-contrib-jshint": "^0.9.2",
"grunt-shell": "^0.6.4",
"load-grunt-tasks": "^0.4.0"
},
"browser": "dist/localforage.js",
"main": "dist/localforage.js",
"licence": "Apache-2.0",
"bugs": {
"url": "http://github.com/mozilla/localForage/issues"
}
}