UNPKG

497 BJSONView Raw
1{
2 "name": "localforage",
3 "main": [
4 "dist/localforage.js"
5 ],
6 "ignore": [
7 ".travis.yml",
8 "CONTRIBUTING.md",
9 "config.rb",
10 "Gemfile",
11 "Gemfile.lock",
12 "Rakefile",
13 "LICENSE",
14 "docs*",
15 "examples*",
16 "test*",
17 "site*"
18 ],
19 "dependencies": {},
20 "devDependencies": {
21 "es6-promise": "~1.0.0",
22 "requirejs": "~2.1.10",
23 "mocha": "~1.18.2",
24 "expect": "~0.3.1",
25 "assert": "~0.1.0",
26 "modernizr": "~2.8.1"
27 },
28 "version": "1.5.4"
29}