mirror of
https://github.com/ilyakooo0/purescript-indexed-DB.git
synced 2024-11-22 10:42:14 +03:00
38 lines
840 B
JSON
38 lines
840 B
JSON
{
|
|
"name": "purescript-indexeddb",
|
|
"description": "An API wrapper around IndexedDB",
|
|
"version": "1.0.0",
|
|
"authors": [
|
|
"Matthias Benkort <matthias.benkort@truqu.com>"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"output",
|
|
"test",
|
|
"dist",
|
|
"releases",
|
|
"package.json",
|
|
"karma.conf.js",
|
|
"karma.browserstack.conf.js",
|
|
"deploy.sh"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/truqu/purescript-indexeddb",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/KtorZ/purescript-ifrit.git"
|
|
},
|
|
"dependencies": {
|
|
"purescript-maybe": "3.0.0",
|
|
"purescript-aff": "3.1.0",
|
|
"purescript-datetime": "3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"purescript-spec": "1.0.0",
|
|
"purescript-psci-support": "3.0.0",
|
|
"purescript-now": "3.0.0"
|
|
}
|
|
}
|