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

29 lines
741 B
JSON

{
"name": "YourDumbApp",
"version": "1.0.0",
"keywords": [
"util",
"functional",
"server",
"client",
"browser"
],
"author": "skylar",
"contributors": [],
"dependencies": {
"cordova-android": "^6.0.0",
"cordova-plugin-device": "git+https://github.com/apache/cordova-plugin-device.git",
"cordova-plugin-dialogs": "git+https://github.com/apache/cordova-plugin-dialogs.git",
"cordova-sms-plugin": "^0.1.11"
},
"cordova": {
"plugins": {
"cordova-sms-plugin": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-device": {}
},
"platforms": [
"android"
]
}
}