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