summaryrefslogtreecommitdiff
path: root/www/lib/localforage/bower.json
blob: 285b9f9f81d5338f15686d68bcee73624d4d4cd7 (plain)
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
{
  "name": "localforage",
  "main": [
    "dist/localforage.js"
  ],
  "ignore": [
    ".travis.yml",
    "CONTRIBUTING.md",
    "config.rb",
    "Gemfile",
    "Gemfile.lock",
    "Rakefile",
    "LICENSE",
    "docs*",
    "examples*",
    "test*",
    "site*"
  ],
  "dependencies": {},
  "devDependencies": {
    "es6-promise": "~1.0.0",
    "requirejs": "~2.1.10",
    "mocha": "~1.18.2",
    "expect": "~0.3.1",
    "assert": "~0.1.0",
    "modernizr": "~2.8.1"
  },
  "version": "1.5.0"
}