keeweb/bower.json

38 lines
789 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",
2017-02-05 14:23:22 +01:00
"bourbon": "4.2.7",
2017-02-05 13:21:42 +01:00
"font-awesome": "4.7.0",
"kdbxweb": "1.0.1",
2017-02-05 13:21:42 +01:00
"normalize.css": "5.0.0",
"pikaday": "1.5.1",
"FileSaver.js": "eligrey/FileSaver.js",
2017-02-05 13:21:42 +01:00
"jquery": "3.1.1",
2017-01-30 21:26:31 +01:00
"jsqrcode": "antelle/jsqrcode#0.1.3",
2017-11-14 22:46:23 +01:00
"argon2-browser": "1.2.0"
2015-10-17 23:49:24 +02:00
}
}