blob: ef6f89e80e6006de6ef282df8f3670aba0b39ea1 [file] [log] [blame]
{
"name": "template",
"version": "1.0.0",
"description": "Apache Cordova Application",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-app-hello-world.git"
},
"license": "Apache-2.0",
"scripts": {
"preinstall": "echo \"Yay npm preinstall script\" ",
"postinstall": "echo \"Yay npm postinstall script\" "
}
}