Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
CB-12684 : added package.json to default hello world app
This closes #18
- Loading branch information
1 parent
baeb9ae
commit e3b8a9c085cb4c4ff2ea771dbd38cd390195460d
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"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": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Apache Cordova Team", | ||
"license": "Apache-2.0" | ||
} |