{ "name": "superProductivity", "version": "1.0.0", "description": "Personal Task Management App to help you with your daily struggle with JIRA etc.", "main": "./electron/main.js", "repository": { "type": "git", "url": "git://github.com/johannesjo/super-productivity.git" }, "homepage": "http://super-productivity.com", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "NODE_ENV=DEV electron ./electron/main.js", "pack": "build --dir", "localInstall": "sudo echo 'HIHI' && rm -Rf ./dist/ && gulp build && build && sudo dpkg -i dist/superProductivity*.deb", "dist": "gulp build && build", "package-mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/mac/icon.icns --prune=true --out=release-builds", "package-win": "electron-packager . --overwrite --asar=true --platform=win32 --arch=ia32 --icon=assets/icons/win/icon.ico --prune=true --out=release-builds --version-string.CompanyName=CE --version-string.FileDescription=CE --version-string.ProductName=\"Electron Tutorial App\"", "package-linux": "electron-packager . --overwrite --platform=linux --arch=x64 --icon=assets/icons/png/1024x1024.png --prune=true --out=release-builds" }, "author": "Johannes Millan (http://super-productivity.com)", "license": "none", "build": { "appId": "superProductivity", "mac": { "category": "task management" }, "win": { "iconUrl": "windowsicon" }, "linux": { "target": [ "AppImage", "deb" ] } }, "devDependencies": { "babel-cli": "^6.22.2", "babel-plugin-angularjs-annotate": "^0.7.0", "babel-preset-es2015": "^6.22.0", "babel-preset-latest": "^6.22.0", "browser-sync": "latest", "del": "latest", "ecstatic": "latest", "electron-rebuild": "^1.5.7", "gulp": "latest", "gulp-autoprefixer": "latest", "gulp-babel": "^6.1.2", "gulp-clean-css": "latest", "gulp-if": "latest", "gulp-imagemin": "latest", "gulp-inject": "latest", "gulp-jscs": "latest", "gulp-jshint": "latest", "gulp-livereload": "latest", "gulp-minify-html": "latest", "gulp-natural-sort": "latest", "gulp-ng-annotate": "latest", "gulp-ng-config": "latest", "gulp-notify": "^3.0.0", "gulp-plumber": "latest", "gulp-protractor": "latest", "gulp-sass": "latest", "gulp-shell": "latest", "gulp-sourcemaps": "latest", "gulp-symlink": "latest", "gulp-uglify": "latest", "gulp-useref": "latest", "gulp-util": "latest", "gulp-watch": "latest", "jasmine-core": "latest", "jshint": "latest", "jshint-stylish": "latest", "karma": "latest", "karma-babel-preprocessor": "^6.0.1", "karma-jasmine": "latest", "karma-ng-html2js-preprocessor": "latest", "karma-phantomjs-launcher": "latest", "lazypipe": "latest", "merge-stream": "latest", "node-sass": "latest", "phantomjs-prebuilt": "latest", "protractor": "latest", "require-dir": "latest", "run-sequence": "latest", "wiredep": "latest", "yargs": "latest", "electron": "git+ssh://git@github.com/johannesjo/electron-prebuilt.git" }, "dependencies": { "dbus-native": "^0.2.0", "jira-client": "git+https://github.com/johannesjo/node-jira-client.git", "moment": "^2.17.1", "moment-duration-format": "^1.3.0", "node-notifier": "^4.6.1", "open": "0.0.5" } }