Skip to content

Commit

Permalink
Added bower file
Browse files Browse the repository at this point in the history
  • Loading branch information
nbellocam committed Oct 23, 2015
1 parent 7895e66 commit 77e4c5b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "animates-model",
"authors": [
"Nicolas Bello Camilletti",
"Pablo Biasotti"
],
"description": "Model classes for Animates",
"keywords": [
"animates",
"model"
],
"license": "MIT",
"ignore": [
"**/.*",
"build",
"Gruntfile.js",
"node_modules",
"src",
"test"
],
"dependencies": {},
"devDependencies": {},
"homepage": "https://github.com/Animates/model/",
"main": [
"dist/model.js"
],
"moduleType": []
}

0 comments on commit 77e4c5b

Please sign in to comment.