Created
September 2, 2014 10:00
-
-
Save merin83/f5c163436ac88c0a96bd to your computer and use it in GitHub Desktop.
This is a sample bower file created for learning
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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