Skip to content

Instantly share code, notes, and snippets.

@jenkoian
Last active December 30, 2015 13:09
Show Gist options
  • Save jenkoian/7833778 to your computer and use it in GitHub Desktop.
Save jenkoian/7833778 to your computer and use it in GitHub Desktop.
bower.json sample
{
name: "acme",
version: "1.0.0",
description: "ACME demo application",
license: "MIT",
private: true,
ignore: [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
dependencies: {
jquery: "~2.0.3",
underscore: "~1.5.2"
}
}
@karol-may
Copy link

lack of "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment