
| Current Path : /var/www/web-klick.de/dsh/50_dev2017/1313__procpyjs/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/web-klick.de/dsh/50_dev2017/1313__procpyjs/package.json |
{
"name": "procpyreloaded",
"productName": "Procpyreloaded",
"version": "0.0.0",
"description": "Business Process modelling tasks",
"license": "WTFPL",
"main": "index.js",
"repository": "fxbrain/procpyreloaded",
"author": {
"name": "Stefan Schwarz",
"email": "stefan.schwarz@ift-informatik.de",
"url": "ift-informatik.de"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"start": "electron ./src/app",
"build": "electron-packager ./src/app $npm_package_productName --prune --asar --ignore=node_modules/electron-prebuilt --ignore=node_modules/electron-packager --ignore=.git",
"test": "grunt"
},
"files": [
"index.js",
"web/index.html",
"web/css/style.css"
],
"keywords": [
"electron-app"
],
"devDependencies": {
"babelify": "^6.1.1",
"browserify": "^10.2.0",
"electron-packager": "^3.3.0",
"electron-prebuilt": "^0.25.2",
"express": "^4.12.4",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^1.8.0",
"grunt-mocha-cli": "^1.12.0",
"grunt-shell": "^1.1.2",
"jshint-stylish": "^1.0.1",
"kue": "^0.9.3",
"kue-ui": "^0.1.0",
"load-grunt-tasks": "^3.1.0",
"mailgun-js": "^0.6.9",
"time-grunt": "^1.1.0",
"ws": "^0.7.2"
}
}