{ "name": "superProductivity", "version": "1.10.9", "description": "Personal Task Management App to help you with your daily struggle with JIRA etc.", "main": "./electron/main.js", "author": "Johannes Millan (http://super-productivity.com)", "license": "MIT", "homepage": "http://super-productivity.com", "repository": { "type": "git", "url": "git://github.com/johannesjo/super-productivity.git" }, "keywords": [ "ToDo", "Task Management", "Jira", "GitHub", "Time Tracking" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "NODE_ENV=DEV electron ./electron/main.js", "pack": "electron-builder --dir", "localInstall": "sudo echo 'Starting local install' && rm -Rf ./dist/ && gulp build && electron-builder --linux && sudo dpkg -i dist/superProductivity*.deb", "buildFrontend": "gulp build", "dist": "run-s buildFrontend && electron-builder", "distLinuxAndWindows": "run-s buildFrontend && electron-builder --linux --win", "pub": "run-s buildFrontend && electron-builder -p always", "release": "run-s release.changelog dist", "release.changelog": "conventional-changelog -i CHANGELOG.md -s -p angular", "version": "run-s release.changelog && gulp versionConst && git add -A" }, "publish": [ { "provider": "github", "repo": "super-productivity", "owner": "johannesjo" } ], "build": { "appId": "superProductivity", "files": [ "electron/**/*", "app/**/*" ], "mac": { "category": "productivity", "publish": [ "github" ] }, "win": { "icon": "electron/assets/icons/app-icons/icon-win", "target": [ "nsis", "portable" ], "publish": [ "github" ] }, "linux": { "category": "Utility", "target": [ "AppImage", "deb", "snap" ], "publish": [ "github", { "provider": "bintray", "package": "main", "repo": "super-productivity", "component": "super-productivity", "owner": "johannesjo", "distribution": "stable" } ] }, "snap": { "grade": "stable" } }, "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", "conventional-changelog-cli": "^1.3.5", "del": "latest", "ecstatic": "latest", "electron": "^1.8.2", "electron-builder": "^20.4.0", "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": "^2.1.0", "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": "2.5.2", "jshint": "latest", "jshint-stylish": "latest", "karma": "^1.7.1", "karma-babel-preprocessor": "^7.0.0", "karma-chrome-launcher": "^2.2.0", "karma-jasmine": "latest", "karma-ng-html2js-preprocessor": "latest", "karma-sinon": "^1.0.5", "lazypipe": "latest", "merge-stream": "latest", "node-sass": "4.8.1", "npm-run-all": "^4.1.2", "protractor": "latest", "require-dir": "latest", "run-sequence": "latest", "sinon": "^4.1.2", "uglify-save-license": "^0.4.1", "wiredep": "latest", "yargs": "latest" }, "dependencies": { "dbus-native": "^0.2.0", "electron-google-oauth": "^2.0.0", "electron-log": "^2.2.12", "electron-updater": "^2.18.2", "gulp-angular-templatecache": "^2.2.0", "jira-client-fork": "latest", "moment": "^2.17.1", "moment-duration-format": "^1.3.0", "node-notifier": "^4.6.1", "open": "0.0.5" } }