Skip to content

Commit

Permalink
chore(*): add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Sep 2, 2015
1 parent 270e013 commit 05fcbdf
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "angular2-moment",
"version": "0.0.1",
"homepage": "https://github.com/urish/angular2-moment",
"authors": [
"Uri Shaked <[email protected]>"
],
"description": "Moment.JS pipes for Angular2 (timeago and more)",
"main": "TimeAgoPipe.ts",
"moduleType": [
"es6"
],
"keywords": [
"angular2",
"momentjs"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
]
}

0 comments on commit 05fcbdf

Please sign in to comment.