forked from keeweb/keeweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 835 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "keeweb",
"authors": [
"Antelle <[email protected]>"
],
"description": "Free cross-platform password manager compatible with KeePass",
"main": "app/index.html",
"moduleType": [
"amd"
],
"keywords": [
"keepass"
],
"license": "MIT",
"homepage": "https://github.com/keeweb/keeweb",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"private": true,
"dependencies": {
"backbone": "1.3.3",
"baron": "2.2.2",
"bourbon": "4.2.7",
"dropbox": "keeweb/dropbox-js#3364af7617ea5c0edac94034e658375968759b06",
"font-awesome": "4.6.3",
"kdbxweb": "0.4.1",
"normalize.css": "4.1.1",
"pikaday": "1.4.0",
"FileSaver.js": "eligrey/FileSaver.js",
"jquery": "3.0.0",
"jsqrcode": "antelle/jsqrcode#0.1.3"
}
}