summaryrefslogtreecommitdiffstats
path: root/js/vendor/momentjs/component.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/momentjs/component.json')
-rw-r--r--js/vendor/momentjs/component.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/js/vendor/momentjs/component.json b/js/vendor/momentjs/component.json
new file mode 100644
index 000000000..659a96184
--- /dev/null
+++ b/js/vendor/momentjs/component.json
@@ -0,0 +1,19 @@
+{
+ "name": "moment",
+ "version": "2.1.0",
+ "scripts": ["moment.js"],
+ "main": "moment.js",
+ "description": "Parse, validate, manipulate, and display dates in javascript.",
+ "ignore": [
+ ".gitignore",
+ ".travis.yml",
+ "composer.json",
+ "CONTRIBUTING.md",
+ "ender.js",
+ "Gruntfile.js",
+ "package.js",
+ "package.json",
+ "test",
+ "tasks"
+ ]
+}