Skip to content

Instantly share code, notes, and snippets.

@yumyo
Created March 16, 2017 14:12
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 yumyo/b4d2f3173ccac477f68bc17bfdbe1bdd to your computer and use it in GitHub Desktop.
Save yumyo/b4d2f3173ccac477f68bc17bfdbe1bdd to your computer and use it in GitHub Desktop.
Bower Json Package Spec
{
"name": "blue-leaf",
"description": "Physics-like animations for pretty particles",
"main": [
"js/motion.js",
"sass/motion.scss"
],
"dependencies": {
"get-size": "~1.2.2",
"eventEmitter": "~4.2.11"
},
"devDependencies": {
"qunit": "~1.16.0"
},
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"motion",
"physics",
"particles"
],
"authors": [
"Betty Beta <bbeta@example.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment