mirror of https://github.com/keeweb/keeweb
83 lines
2.6 KiB
JSON
83 lines
2.6 KiB
JSON
{
|
|
"name": "keeweb",
|
|
"version": "1.5.4",
|
|
"description": "Free cross-platform password manager compatible with KeePass",
|
|
"main": "Gruntfile.js",
|
|
"private": true,
|
|
"homepage": "https://keeweb.info",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/keeweb/keeweb"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"babel-core": "6.25.0",
|
|
"babel-loader": "7.0.0",
|
|
"babel-preset-es2015": "6.24.1",
|
|
"base64-loader": "1.0.0",
|
|
"cssnano": "3.10.0",
|
|
"electron": "^1.7.3",
|
|
"eslint": "^3.19.0",
|
|
"eslint-config-standard": "10.2.1",
|
|
"eslint-plugin-import": "^2.3.0",
|
|
"eslint-plugin-node": "^5.0.0",
|
|
"eslint-plugin-promise": "3.5.0",
|
|
"eslint-plugin-standard": "3.0.1",
|
|
"exports-loader": "0.6.4",
|
|
"get-folder-size": "1.0.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-bower-install-simple": "1.2.4",
|
|
"grunt-concurrent": "2.3.1",
|
|
"grunt-contrib-clean": "1.1.0",
|
|
"grunt-contrib-compress": "1.4.3",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-deb": "github:keeweb/grunt-contrib-deb#e9b6e9f",
|
|
"grunt-contrib-htmlmin": "2.4.0",
|
|
"grunt-contrib-uglify": "3.0.1",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-electron": "5.0.0",
|
|
"grunt-eslint": "19.0.0",
|
|
"grunt-gitinfo": "0.1.8",
|
|
"grunt-inline-alt": "0.3.10",
|
|
"grunt-postcss": "0.8.0",
|
|
"grunt-sass": "2.0.0",
|
|
"grunt-string-replace": "1.3.1",
|
|
"grunt-webpack": "2.0.1",
|
|
"handlebars": "4.0.10",
|
|
"handlebars-loader": "1.5.0",
|
|
"html-minifier": "3.5.2",
|
|
"json-loader": "^0.5.4",
|
|
"load-grunt-tasks": "3.5.2",
|
|
"node-sass": "4.5.3",
|
|
"node-stream-zip": "1.3.7",
|
|
"pkcs15-smartcard-sign": "^1.0.0",
|
|
"raw-loader": "0.5.1",
|
|
"stats-webpack-plugin": "0.6.0",
|
|
"string-replace-webpack-plugin": "0.1.3",
|
|
"strip-sourcemap-loader": "0.0.1",
|
|
"sumchecker": "^2.0.2",
|
|
"time-grunt": "1.4.0",
|
|
"uglify-loader": "2.0.0",
|
|
"webpack": "^2.6.1",
|
|
"webpack-dev-server": "^2.4.5"
|
|
},
|
|
"optionalDependencies": {
|
|
"grunt-appdmg": "0.4.0",
|
|
"keytar": "^4.0.3"
|
|
},
|
|
"scripts": {
|
|
"start": "grunt",
|
|
"test": "grunt test",
|
|
"postinstall": "cd desktop && npm install",
|
|
"copy-beta": "grunt --skip-sign && 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",
|
|
"electron": "electron desktop --htmlpath=http://localhost:8085/tmp/"
|
|
},
|
|
"author": {
|
|
"name": "Antelle",
|
|
"email": "antelle.net@gmail.com",
|
|
"url": "http://antelle.net"
|
|
},
|
|
"license": "MIT",
|
|
"readme": "README.md"
|
|
}
|