Repository: cordova-app-hello-world Updated Branches: refs/heads/master baeb9ae37 -> e3b8a9c08
CB-12684 : added package.json to default hello world app This closes #18 Project: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/commit/e3b8a9c0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/e3b8a9c0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/e3b8a9c0 Branch: refs/heads/master Commit: e3b8a9c085cb4c4ff2ea771dbd38cd390195460d Parents: baeb9ae Author: Audrey So <[email protected]> Authored: Fri Apr 21 16:20:51 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Mon Apr 24 15:54:48 2017 -0700 ---------------------------------------------------------------------- template_src/package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/e3b8a9c0/template_src/package.json ---------------------------------------------------------------------- diff --git a/template_src/package.json b/template_src/package.json new file mode 100644 index 0000000..01c6cff --- /dev/null +++ b/template_src/package.json @@ -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" +} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
