mirror of https://github.com/keeweb/keeweb
38 lines
789 B
JSON
38 lines
789 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/keeweb/keeweb",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"private": true,
|
|
"dependencies": {
|
|
"backbone": "1.3.3",
|
|
"baron": "2.2.2",
|
|
"bourbon": "4.2.7",
|
|
"font-awesome": "4.7.0",
|
|
"kdbxweb": "1.0.1",
|
|
"normalize.css": "5.0.0",
|
|
"pikaday": "1.5.1",
|
|
"FileSaver.js": "eligrey/FileSaver.js",
|
|
"jquery": "3.1.1",
|
|
"jsqrcode": "antelle/jsqrcode#0.1.3",
|
|
"argon2-browser": "1.0.0"
|
|
}
|
|
}
|