1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-23 07:26:40 +02:00
keeweb/package.json

84 lines
2.6 KiB
JSON
Raw Normal View History

2015-10-17 23:49:24 +02:00
{
2015-10-18 11:08:55 +02:00
"name": "keeweb",
2016-04-21 20:18:10 +02:00
"version": "1.1.4",
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",
2016-04-02 13:21:07 +02:00
"homepage": "https://keeweb.info",
"repository": {
"type": "git",
"url": "https://github.com/antelle/keeweb"
},
2015-10-17 23:49:24 +02:00
"dependencies": {},
"devDependencies": {
"base64-loader": "^1.0.0",
2015-11-18 05:44:54 +01:00
"cssnano": "^3.3.2",
2016-04-16 22:34:16 +02:00
"electron-builder": "^3.5.2",
2016-05-13 14:07:46 +02:00
"electron-prebuilt": "^1.0.1",
2015-10-17 23:49:24 +02:00
"exports-loader": "^0.6.2",
2016-04-02 10:13:24 +02:00
"get-folder-size": "^1.0.0",
2015-10-17 23:49:24 +02:00
"grunt": "^0.4.5",
"grunt-bower-install-simple": "^1.1.4",
2016-04-03 09:47:34 +02:00
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
2016-04-08 17:47:37 +02:00
"grunt-contrib-deb": "github:antelle/grunt-contrib-deb#ddb2ef4",
2016-04-03 09:47:34 +02:00
"grunt-contrib-htmlmin": "^1.2.0",
2016-04-16 22:34:16 +02:00
"grunt-contrib-jshint": "^1.0.0",
2016-04-03 09:47:34 +02:00
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
2015-11-07 08:55:45 +01:00
"grunt-electron": "^2.0.1",
"grunt-gitinfo": "^0.1.7",
2015-10-17 23:49:24 +02:00
"grunt-inline-alt": "^0.3.10",
2016-04-03 09:47:34 +02:00
"grunt-postcss": "^0.8.0",
2015-11-18 05:44:54 +01:00
"grunt-sass": "^1.1.0",
2015-10-21 23:02:17 +02:00
"grunt-string-replace": "^1.2.0",
2015-10-17 23:49:24 +02:00
"grunt-webpack": "^1.0.11",
2015-12-16 22:50:45 +01:00
"handlebars": "^4.0.5",
"handlebars-loader": "^1.1.4",
2016-04-03 09:47:34 +02:00
"html-minifier": "=1.4.0",
2015-10-17 23:49:24 +02:00
"load-grunt-tasks": "^3.2.0",
2016-03-05 12:16:12 +01:00
"raw-loader": "^0.5.1",
2016-04-03 09:47:34 +02:00
"string-replace-webpack-plugin": "0.0.3",
2015-12-17 20:20:50 +01:00
"strip-sourcemap-loader": "0.0.1",
2015-10-17 23:49:24 +02:00
"time-grunt": "^1.2.1",
2015-11-18 05:44:54 +01:00
"uglify-loader": "^1.3.0",
"webpack": "^1.12.6",
2015-11-14 09:39:22 +01:00
"webpack-dev-server": "^1.12.1"
2015-10-17 23:49:24 +02:00
},
"scripts": {
"start": "grunt",
"test": "grunt test",
2016-04-05 18:34:13 +02:00
"postinstall": "cd electron && npm install",
2016-02-14 08:56:24 +01:00
"copy-beta": "grunt && sed 's/<html manifest=\"manifest.appcache\">//' dist/index.html > ../keeweb-beta/diy/index.html && cd ../keeweb-beta && git add diy/index.html && git commit -a -m 'beta' && git push origin master"
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"
},
2016-04-16 22:34:16 +02:00
"build": {
"app-bundle-id": "net.antelle.keeweb",
"app-category-type": "public.app-category.productivity",
"iconUrl": "https://raw.githubusercontent.com/antelle/keeweb/master/graphics/icon.ico",
"compression": "maximum",
"asar": false,
2016-04-17 16:31:03 +02:00
"extend-info": "package/osx/extend.plist",
2016-04-16 22:34:16 +02:00
"osx": {
"contents": [
{ "x": 438, "y": 344, "type": "link", "path": "/Applications" },
{ "x": 192, "y": 344, "type": "file" }
],
"icon-size": 80
},
"win": {
2016-04-17 11:25:56 +02:00
"loadingGif": "graphics/install.gif"
2016-04-16 22:34:16 +02:00
}
},
"directories": {
"buildResources": "graphics",
"output": "tmp/desktop"
},
"license": "MIT",
"readme": "README.md"
2015-10-17 23:49:24 +02:00
}