keeweb/bower.json

38 lines
801 B
JSON
Raw Normal View History

2015-10-17 23:49:24 +02:00
{
2015-10-18 11:08:55 +02:00
"name": "keeweb",
2015-10-17 23:49:24 +02:00
"authors": [
2016-04-16 22:42:12 +02:00
"Antelle <antelle.net@gmail.com>"
2015-10-17 23:49:24 +02:00
],
2016-04-16 22:34:16 +02:00
"description": "Free cross-platform password manager compatible with KeePass",
2015-10-17 23:49:24 +02:00
"main": "app/index.html",
"moduleType": [
"amd"
],
"keywords": [
"keepass"
],
"license": "MIT",
2016-06-04 22:34:49 +02:00
"homepage": "https://github.com/keeweb/keeweb",
2015-10-17 23:49:24 +02:00
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"private": true,
"dependencies": {
2016-06-04 09:03:34 +02:00
"backbone": "1.3.3",
2016-06-10 19:52:19 +02:00
"baron": "2.2.2",
2016-06-04 09:03:34 +02:00
"bourbon": "4.2.7",
2016-07-12 07:05:07 +02:00
"dropbox": "keeweb/dropbox-js#0.10.8",
2016-06-04 09:03:34 +02:00
"font-awesome": "4.6.3",
"kdbxweb": "0.4.1",
2016-07-16 13:49:55 +02:00
"normalize.css": "4.2.0",
2016-06-04 09:03:34 +02:00
"pikaday": "1.4.0",
"FileSaver.js": "eligrey/FileSaver.js",
2016-07-16 13:49:55 +02:00
"jquery": "3.1.0",
2016-06-04 09:03:34 +02:00
"jsqrcode": "antelle/jsqrcode#0.1.3"
2015-10-17 23:49:24 +02:00
}
}