1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00
keeweb/bower.json
2016-04-03 15:56:31 +03:00

38 lines
766 B
JSON

{
"name": "keeweb",
"authors": [
"Antelle <dmitryvit@gmail.com>"
],
"description": "KeePass web app",
"main": "app/index.html",
"moduleType": [
"amd"
],
"keywords": [
"keepass"
],
"license": "MIT",
"homepage": "https://github.com/antelle/keeweb",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"private": true,
"dependencies": {
"backbone": "~1.3.2",
"baron": "~2.2.2",
"bourbon": "~4.2.5",
"dropbox": "antelle/dropbox-js#0.10.6",
"font-awesome": "~4.5.0",
"kdbxweb": "~0.3.10",
"normalize.css": "=3.0.3",
"pikaday": "~1.4.0",
"FileSaver.js": "eligrey/FileSaver.js",
"jquery": "~2.2.0",
"jsqrcode": "antelle/jsqrcode#^0.1.1"
}
}