Skip to content

Instantly share code, notes, and snippets.

@merin83
Created September 2, 2014 10:00
Show Gist options
  • Save merin83/f5c163436ac88c0a96bd to your computer and use it in GitHub Desktop.
Save merin83/f5c163436ac88c0a96bd to your computer and use it in GitHub Desktop.
This is a sample bower file created for learning
{
"name": "my_project",
"version": "0.0.0",
"description": "google chrome plugin",
"main": "dist/jquery.js",
"moduleType": [
"globals"
],
"keywords": [
"photo",
"effect",
"plugin"
],
"authors": [
"Merin"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment