-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1023 Bytes
/
package.json
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
38
39
40
41
42
43
44
{
"name": "com.oscar.diaz",
"displayName": "Flynanz",
"version": "2.01.01",
"description": "Flynanz: Control de gastos y finanzas personales.",
"main": "index.js",
"dependencies": {
"chart.js": "^2.9.3",
"cordova": "^6.1.1",
"onsenui": "^2.10.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OscarFDiaz/Flynanz_Application.git"
},
"keywords": [
"ecosystem:cordova",
"Personal",
"finance",
"finanzas",
"personales"
],
"author": "Oscar Diaz",
"license": "Apache-2.0",
"devDependencies": {
"cordova-android": "^9.1.0",
"cordova-plugin-whitelist": "^1.3.4",
"stylelint": "^15.7.0",
"stylelint-config-clean-order": "^5.0.1",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-standard": "^33.0.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
},
"platforms": [
"android"
]
}
}