diff options
Diffstat (limited to 'library/moment/bower.json')
-rw-r--r-- | library/moment/bower.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/library/moment/bower.json b/library/moment/bower.json new file mode 100644 index 000000000..d9f47e825 --- /dev/null +++ b/library/moment/bower.json @@ -0,0 +1,22 @@ +{ + "name": "moment", + "main": "moment.js", + "ignore": [ + "**/.*", + "benchmarks", + "bower_components", + "meteor", + "node_modules", + "scripts", + "tasks", + "test", + "component.json", + "composer.json", + "CONTRIBUTING.md", + "ender.js", + "Gruntfile.js", + "Moment.js.nuspec", + "package.js", + "package.json" + ] +} |