Skip to content

Instantly share code, notes, and snippets.

@ssgonchar
Created July 10, 2016 21:17
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 ssgonchar/1f2b6252b490aa7d433ba8648e43b4c4 to your computer and use it in GitHub Desktop.
Save ssgonchar/1f2b6252b490aa7d433ba8648e43b4c4 to your computer and use it in GitHub Desktop.
example of bower.json
{
"name": "spaless",
"authors": [
"ssgonchar <fingercrew2@gmail.com>"
],
"description": "",
"main": "",
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment