You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 lines
671 B

{
"name": "OpenWorkTime-offline",
"version": "1.0.0",
"description": "Open Work Time, offline version. Time tracking app",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/idoctnef/openworktime"
},
"keywords": [
"work",
"time",
"traking",
"app"
],
"author": "idoctnef",
"license": "GNU-1.0",
"bugs": {
"url": "https://github.com/idoctnef/openworktime/issues"
},
"homepage": "https://github.com/idoctnef/openworktime",
"devDependencies": {
"electron-prebuilt": "^1.2.0"
},
"dependencies": {
"angular-chart.js": "^1.0.2"
}
}