Skip to content

Instantly share code, notes, and snippets.

@igolden
Created July 14, 2015 02:03
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 igolden/70d7be522991ae3afa33 to your computer and use it in GitHub Desktop.
Save igolden/70d7be522991ae3afa33 to your computer and use it in GitHub Desktop.
{
"name": "blue-leaf",
"version": "1.2.3",
"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"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment