keeweb/package.json

66 lines
2.0 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-07-14 20:58:55 +02:00
"version": "1.2.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",
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
},
2015-10-17 23:49:24 +02:00
"dependencies": {},
"devDependencies": {
2016-07-16 12:21:37 +02:00
"babel-core": "6.10.4",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
2016-06-04 09:03:34 +02:00
"base64-loader": "1.0.0",
2016-07-16 13:49:55 +02:00
"cssnano": "3.7.3",
2016-07-11 19:41:36 +02:00
"electron-prebuilt": "1.2.6",
2016-06-04 09:03:34 +02:00
"exports-loader": "0.6.3",
"get-folder-size": "1.0.0",
"grunt": "1.0.1",
2016-07-16 18:39:52 +02:00
"grunt-appdmg": "^0.4.0",
2016-06-04 09:03:34 +02:00
"grunt-bower-install-simple": "1.2.3",
2016-07-16 13:36:15 +02:00
"grunt-concurrent": "2.3.0",
2016-06-04 09:03:34 +02:00
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-compress": "1.3.0",
"grunt-contrib-copy": "1.0.0",
2016-07-16 18:39:52 +02:00
"grunt-contrib-deb": "github:keeweb/grunt-contrib-deb#45d31f6",
2016-07-16 13:49:55 +02:00
"grunt-contrib-htmlmin": "1.5.0",
2016-06-04 09:03:34 +02:00
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-electron": "4.0.0",
"grunt-gitinfo": "0.1.8",
"grunt-inline-alt": "0.3.10",
"grunt-postcss": "0.8.0",
"grunt-sass": "1.2.0",
"grunt-string-replace": "1.2.1",
"grunt-webpack": "1.0.11",
"handlebars": "4.0.5",
"handlebars-loader": "1.3.0",
2016-07-16 13:49:55 +02:00
"html-minifier": "3.0.1",
2016-06-04 09:03:34 +02:00
"load-grunt-tasks": "3.5.0",
"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",
2016-06-04 09:03:34 +02:00
"time-grunt": "1.3.0",
"uglify-loader": "1.3.0",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.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"
},
"license": "MIT",
"readme": "README.md"
2015-10-17 23:49:24 +02:00
}