purescript-indexedDB/bower.json

39 lines
935 B
JSON
Raw Normal View History

2017-06-22 15:20:17 +03:00
{
"name": "purescript-indexeddb",
2017-07-06 12:45:36 +03:00
"description": "An API wrapper around IndexedDB",
"version": "1.0.0",
"authors": [
"Matthias Benkort <matthias.benkort@truqu.com>"
],
2017-06-22 15:20:17 +03:00
"ignore": [
"**/.*",
"node_modules",
"bower_components",
2017-07-06 12:45:36 +03:00
"output",
"test",
"dist",
"releases",
"package.json",
"karma.conf.js",
"karma.browserstack.conf.js",
"deploy.sh"
2017-06-22 15:20:17 +03:00
],
2017-07-06 12:45:36 +03:00
"license": "MIT",
"homepage": "https://github.com/truqu/purescript-indexeddb",
"repository": {
"type": "git",
"url": "git://github.com/KtorZ/purescript-ifrit.git"
},
2017-06-22 15:20:17 +03:00
"dependencies": {
"purescript-maybe": "^3.0.0",
"purescript-aff": "^3.1.0",
"purescript-datetime": "^3.2.0"
2017-06-22 15:20:17 +03:00
},
"devDependencies": {
"purescript-spec": "^1.0.0",
"purescript-psci-support": "^3.0.0",
"purescript-now": "^3.0.0",
"purescript-spec-mocha": "https://github.com/truqu/purescript-spec-mocha.git#0.5.0"
2017-06-22 15:20:17 +03:00
}
}