keeweb/package.json

96 lines
3.1 KiB
JSON
Raw Normal View History

2015-10-17 23:49:24 +02:00
{
2015-10-18 11:08:55 +02:00
"name": "keeweb",
2019-04-22 11:24:57 +02:00
"version": "1.8.2",
2016-04-02 13:21:07 +02:00
"description": "Free cross-platform password manager compatible with KeePass",
2015-10-31 20:28:33 +01:00
"main": "Gruntfile.js",
2017-05-22 22:36:18 +02:00
"private": true,
2016-04-02 13:21:07 +02:00
"homepage": "https://keeweb.info",
"repository": {
"type": "git",
2016-06-04 22:34:49 +02:00
"url": "https://github.com/keeweb/keeweb"
2016-04-02 13:21:07 +02:00
},
2019-01-06 13:09:45 +01:00
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
2019-01-06 11:44:10 +01:00
"argon2-browser": "1.5.2",
2019-01-06 13:09:45 +01:00
"babel-loader": "8.0.5",
"backbone": "1.3.3",
"baron": "2.2.2",
2016-06-04 09:03:34 +02:00
"base64-loader": "1.0.0",
"bourbon": "4.2.7",
2019-01-06 14:45:50 +01:00
"electron": "^4.0.1",
2019-01-06 11:44:10 +01:00
"eslint": "^5.12.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
2019-01-06 13:09:45 +01:00
"exports-loader": "0.7.0",
"font-awesome": "4.7.0",
2019-01-06 11:44:10 +01:00
"grunt": "1.0.3",
"grunt-contrib-clean": "2.0.0",
2017-06-11 12:00:29 +02:00
"grunt-contrib-compress": "1.4.3",
2016-06-04 09:03:34 +02:00
"grunt-contrib-copy": "1.0.0",
2016-07-21 21:29:17 +02:00
"grunt-contrib-deb": "github:keeweb/grunt-contrib-deb#e9b6e9f",
2019-01-06 11:44:10 +01:00
"grunt-contrib-htmlmin": "3.0.0",
"grunt-contrib-uglify": "4.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-electron": "9.0.1",
"grunt-eslint": "21.0.0",
2019-01-06 14:27:55 +01:00
"grunt-gitinfo": "github:keeweb/grunt-gitinfo#b61aaed",
"grunt-inline-alt": "github:keeweb/grunt-inline-alt#ec9f6ad",
2017-01-28 23:13:39 +01:00
"grunt-string-replace": "1.3.1",
2019-01-06 11:44:10 +01:00
"grunt-webpack": "3.1.3",
"handlebars": "4.0.12",
"handlebars-loader": "1.7.1",
2019-01-06 13:09:45 +01:00
"html-minifier": "3.5.21",
2019-08-16 18:45:11 +02:00
"ignore-loader": "^0.1.2",
2019-01-06 11:44:10 +01:00
"jquery": "3.3.1",
2016-08-21 23:12:49 +02:00
"json-loader": "^0.5.4",
"jsqrcode": "github:antelle/jsqrcode#0.1.3",
2019-04-15 22:17:05 +02:00
"kdbxweb": "1.2.7",
2019-01-06 11:44:10 +01:00
"load-grunt-tasks": "4.0.0",
2019-08-16 18:45:11 +02:00
"mini-css-extract-plugin": "^0.8.0",
2019-01-06 11:44:10 +01:00
"node-stream-zip": "1.7.0",
2019-01-06 15:19:10 +01:00
"normalize.css": "8.0.1",
2019-08-16 18:45:11 +02:00
"optimize-css-assets-webpack-plugin": "^5.0.3",
2019-01-06 14:53:09 +01:00
"pikaday": "1.8.0",
2017-06-11 11:37:09 +02:00
"pkcs15-smartcard-sign": "^1.0.0",
2019-08-16 18:45:11 +02:00
"raw-loader": "^1.0.0",
"sass-loader": "^7.2.0",
2019-01-06 11:44:10 +01:00
"stats-webpack-plugin": "0.7.0",
2017-06-11 12:00:29 +02:00
"string-replace-webpack-plugin": "0.1.3",
2015-12-17 20:20:50 +01:00
"strip-sourcemap-loader": "0.0.1",
2017-06-11 11:45:27 +02:00
"sumchecker": "^2.0.2",
2019-01-06 11:44:10 +01:00
"time-grunt": "2.0.0",
"uglify-loader": "3.0.0",
2019-01-06 13:09:45 +01:00
"uglifyjs-webpack-plugin": "^2.1.1",
2019-08-16 18:45:11 +02:00
"url-loader": "^2.1.0",
2019-01-06 13:09:45 +01:00
"webpack": "^4.28.3",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-dev-server": "^3.1.14"
2015-10-17 23:49:24 +02:00
},
2016-07-17 10:43:48 +02:00
"optionalDependencies": {
2019-01-06 11:44:10 +01:00
"grunt-appdmg": "1.0.0",
"keytar": "^4.3.0"
2016-07-17 10:43:48 +02:00
},
2015-10-17 23:49:24 +02:00
"scripts": {
"start": "grunt",
"test": "grunt test",
2017-01-28 23:13:39 +01:00
"postinstall": "cd desktop && npm install",
2017-12-16 13:01:34 +01:00
"build-beta": "grunt --skip-sign --beta && sed 's/<html manifest=\"manifest.appcache\">//' dist/index.html > ../keeweb-beta/index.html && cd ../keeweb-beta && git add index.html && git commit -a -m 'beta' && git push origin master",
2019-01-07 20:38:58 +01:00
"electron": "ELECTRON_DISABLE_SECURITY_WARNINGS=1 electron desktop --htmlpath=http://localhost:8085/tmp/",
"dev": "grunt dev --skip-sign"
2015-10-17 23:49:24 +02:00
},
2016-04-02 13:21:07 +02:00
"author": {
"name": "Antelle",
"email": "antelle.net@gmail.com",
"url": "http://antelle.net"
},
2019-01-07 21:41:46 +01:00
"engines": {
"node": ">=10.0"
},
"license": "MIT",
"readme": "README.md"
2015-10-17 23:49:24 +02:00
}