From 3ec00a54121d6018b09444b8106e4ba2c105fa30 Mon Sep 17 00:00:00 2001 From: Mike Slattery Date: Fri, 22 May 2015 10:50:23 -0400 Subject: [PATCH] Create bower.json for wiredep support Added bower.json so adding "angular-infinite-scroll" : "sparkalow/angular-infinite-scroll" to another project's deps will allow wiredep to populate index.html or target file. --- bower.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..61e723e --- /dev/null +++ b/bower.json @@ -0,0 +1,13 @@ +{ + "name": "angular-infinite-scroll", + "main": "src/infinite-scroll.js", + "scripts": [ + "src/infinite-scroll.js" + ], + "ignore": [ + ".DS_Store", + ".gitattributes", + ".gitignore", + ".editorconfig" + ] +}