Skip to content

Commit

Permalink
created bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsvendsen committed Apr 29, 2017
1 parent 7983bef commit a42e84d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "ng-utc-datepicker",
"description": "A simple Angular 1.x datepicker directive that exclusively uses UTC",
"main": [
"src/js/ngUtcDatepicker.js",
"src/css/ngUtcDatepicker.css"
],
"authors": [
"ericsvendsen"
],
"license": "MIT",
"homepage": "https://github.com/ericsvendsen/ng-utc-datepicker",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.6.4",
"moment": "^2.18.1",
"font-awesome": "^4.7.0"
}
}

0 comments on commit a42e84d

Please sign in to comment.