123456789101112131415161718192021222324 |
- {
- "name": "localforage-cordovasqlitedriver",
- "version": "1.5.0",
- "main": [
- "dist/localforage-cordovasqlitedriver.js"
- ],
- "ignore": [
- ".travis.yml",
- "CONTRIBUTING.md",
- "config.rb",
- "Gemfile",
- "Gemfile.lock",
- "Rakefile",
- "LICENSE",
- "docs*",
- "examples*",
- "test*",
- "site*"
- ],
- "dependencies": {
- "localforage": "^1.4.0"
- }
- }
|