diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..bde04b7 --- /dev/null +++ b/bower.json @@ -0,0 +1,23 @@ +{ + "name": "angular2-moment", + "version": "0.0.1", + "homepage": "https://github.com/urish/angular2-moment", + "authors": [ + "Uri Shaked " + ], + "description": "Moment.JS pipes for Angular2 (timeago and more)", + "main": "TimeAgoPipe.ts", + "moduleType": [ + "es6" + ], + "keywords": [ + "angular2", + "momentjs" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components" + ] +}