-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 KB
/
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
{
"name": "eteeka",
"version": "1.0.0",
"description": "Taking care of your child's health, one vaccine at a time",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teamsudocode/eteeka.git"
},
"author": "sudocode",
"license": "MIT",
"bugs": {
"url": "https://github.com/teamsudocode/eteeka/issues"
},
"homepage": "https://github.com/teamsudocode/eteeka#readme",
"dependencies": {
"cordova-android": "^6.3.0",
"cordova-browser": "^5.0.3",
"cordova-plugin-badge": "^0.8.7",
"cordova-plugin-device": "^2.0.1",
"cordova-plugin-local-notification": "^0.9.0-beta.2",
"cordova-plugin-push-notification": "^2.5.2",
"cordova-plugin-whitelist": "^1.3.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"mongoose": "^5.0.10",
"nodemon": "^1.17.2"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-local-notification": {}
},
"platforms": [
"android",
"browser"
]
}
}