15 lines
435 B
JSON
15 lines
435 B
JSON
{
|
|
"name": "cordova-app-hello-world",
|
|
"version": "6.0.0",
|
|
"description": "This is the hello world app used by the `cordova create` command.",
|
|
"repository": "github:apache/cordova-app-hello-world",
|
|
"bugs": "https://github.com/apache/cordova-app-hello-world/issues",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"ecosystem:cordova",
|
|
"cordova:template"
|
|
],
|
|
"author": "Apache Software Foundation",
|
|
"license": "Apache-2.0"
|
|
}
|