mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 03:00:57 +00:00
77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"name": "superProductivity",
|
|
"version": "0.0.0",
|
|
"description": "Personal Task Management App to help you with your daily struggle with JIRA etc.",
|
|
"main": "./electron/main.js",
|
|
"repository": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "electron ./electron/main.js",
|
|
"pack": "build --dir",
|
|
"dist": "build"
|
|
},
|
|
"author": "Johannes Millan <contact@super-productivity.com> (http://super-productivity.com)",
|
|
"license": "none",
|
|
"build": {
|
|
"appId": "superProductivity",
|
|
"mac": {
|
|
"category": "task management"
|
|
},
|
|
"win": {
|
|
"iconUrl": "windowsicon"
|
|
},
|
|
"linux": {
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^1.4.1",
|
|
"electron-inspector": "^0.1.4",
|
|
"browser-sync": "latest",
|
|
"del": "latest",
|
|
"ecstatic": "latest",
|
|
"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": "^0.9.2",
|
|
"moment": "^2.17.1",
|
|
"open": "0.0.5"
|
|
}
|
|
}
|