Skip to content

Instantly share code, notes, and snippets.

@mikakane
Created November 1, 2014 18:24
Show Gist options
  • Save mikakane/8eff3c7a8063a4958c9e to your computer and use it in GitHub Desktop.
Save mikakane/8eff3c7a8063a4958c9e to your computer and use it in GitHub Desktop.
bower_sample
{
"name": "spa",
"version": "0.0.0",
"authors": [
"後藤知宏 <goto.tomohiro.1204@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1",
"bootstrap": "~3.2.0",
"animate.css": "~3.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment