mirror of
https://github.com/localForage/localForage.git
synced 2026-01-18 14:31:57 +00:00
30 lines
497 B
JSON
30 lines
497 B
JSON
{
|
|
"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.6.0"
|
|
}
|