Skip to content

Instantly share code, notes, and snippets.

@brunogarcia
Last active September 12, 2015 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunogarcia/062562fde7a65df01fb8 to your computer and use it in GitHub Desktop.
Save brunogarcia/062562fde7a65df01fb8 to your computer and use it in GitHub Desktop.
{
"name": "My Project",
"version": "0.0.1",
"authors": [
"Bruno Garcia <bruno@garciaechegaray.com>"
],
"description": "My Project",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1",
"bootstrap-sass": "~3.3.4",
"fontawesome": "~4.3.0",
"chosen": "~1.4.2",
"bootstrap-sweetalert": "~0.4.2",
"bootstrap-tagsinput": "~0.5.0",
"bootstrap-datepicker": "https://github.com/eternicode/bootstrap-datepicker.git#~1.4.0",
"bootstrap-filestyle": "https://github.com/markusslima/bootstrap-filestyle.git#~1.1.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment