This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
viscord/cordova/package.json

27 lines
595 B
JSON
Raw Normal View History

2022-07-24 15:41:09 -04:00
{
"name": "io.cordova.hellocordova",
"displayName": "HelloCordova",
"version": "1.0.0",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"main": "index.js",
"scripts": {
2022-07-25 03:33:49 -04:00
"test": "echo \"Error: no test specified\" && exit 1",
"cordova": "cordova"
2022-07-24 15:41:09 -04:00
},
"keywords": [
"ecosystem:cordova"
],
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"cordova": {
"platforms": [
"android"
]
2022-07-25 03:33:49 -04:00
},
"dependencies": {
"cordova": "^11.0.0"
},
"devDependencies": {
"cordova-android": "^10.1.2"
2022-07-24 15:41:09 -04:00
}
}