Skip to content

Commit

Permalink
Create bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mg1075 committed Dec 12, 2015
1 parent 4e78fab commit b11a5d2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "angular-box-drag",
"authors": [
"https://github.com/mg1075"
],
"description": "An angular way to make a draggable box.",
"main": "box-drag.js",
"moduleType": [],
"keywords": [
"angular, draggable"
],
"license": "MIT",
"homepage": "https://github.com/mg1075/angular-box-drag",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit b11a5d2

Please sign in to comment.