-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 841 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "sk.owly.codetimermobile",
"displayName": "CodeTimer Mobile",
"version": "1.1.2",
"description": "CodeTimer for mobile. Simple APP for Kimai time tracking.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova",
"Kimai",
"CodeTimer",
"time",
"tracking",
"Owly",
"Martin Lačný"
],
"author": "Martin Lačný - Owly",
"license": "Apache-2.0",
"devDependencies": {
"cordova-android": "^13.0.0",
"cordova-browser": "^7.0.0",
"cordova-plugin-dialogs": "^2.0.2",
"phonegap-plugin-barcodescanner": "^8.1.0"
},
"cordova": {
"platforms": [
"browser",
"android"
],
"plugins": {
"cordova-plugin-dialogs": {},
"phonegap-plugin-barcodescanner": {}
}
}
}