Skip to content

Instantly share code, notes, and snippets.

@thesabbir
Last active October 22, 2015 22:57
Show Gist options
  • Select an option

  • Save thesabbir/48b3b368252a10dd7883 to your computer and use it in GitHub Desktop.

Select an option

Save thesabbir/48b3b368252a10dd7883 to your computer and use it in GitHub Desktop.
{
"private": true,
"engines": {
"node": ">=0.10.0"
},
"scripts" : {
"test" : "./.bin/gulp test",
"build" : "./.bin/cordova build android",
"postinstall": "./.bin/bower install && ./.bin/cordova prepare"
},
"devDependencies": {
"cordova": "5.0.0",
"gulp": "^3.8.11",
"bower": "^1.5.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment