1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-20 06:56:40 +02:00
keeweb/bower.json
2016-04-21 21:33:38 +03:00

38 lines
812 B
JSON

{
"name": "keeweb",
"authors": [
"Antelle <antelle.net@gmail.com>"
],
"description": "Free cross-platform password manager compatible with KeePass",
"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.4.1",
"normalize.css": "~4.0.0",
"pikaday": "~1.4.0",
"FileSaver.js": "eligrey/FileSaver.js",
"jquery": "~2.2.0",
"jsqrcode": "antelle/jsqrcode#^0.1.3"
}
}