{ "name": "superProductivity", "version": "0.9.0", "description": "Personal Task Management App to help you with your daily struggle with JIRA etc.", "main": "./electron/main.js", "repository": {}, "homepage": "http://super-productivity.com", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "electron ./electron/main.js", "pack": "build --dir", "dist": "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": { "browser-sync": "latest", "del": "latest", "ecstatic": "latest", "electron": "^1.4.15", "electron-prebuilt": "^1.4.13", "gulp": "latest", "gulp-autoprefixer": "latest", "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-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-jasmine": "latest", "karma-ng-html2js-preprocessor": "latest", "karma-phantomjs-launcher": "latest", "lazypipe": "latest", "merge-stream": "latest", "node-sass": "latest", "protractor": "latest", "phantomjs-prebuilt": "latest", "require-dir": "latest", "run-sequence": "latest", "wiredep": "latest", "yargs": "latest" }, "dependencies": { "jira": "https://github.com/johannesjo/node-jira.git", "moment": "^2.17.1", "node-notifier": "^4.6.1", "open": "0.0.5" } }