Files
faveo/public/lb-faveo/plugins/moment-develop/composer.json
2016-01-27 19:46:55 +05:30

34 lines
751 B
JSON

{
"name": "moment/moment",
"description": "Parse, validate, manipulate, and display dates in JavaScript.",
"keywords": [
"moment",
"date",
"time",
"parse",
"format",
"validate",
"i18n",
"l10n",
"ender"
],
"homepage": "http://github.com/moment/moment/",
"authors": [{"name": "Tim Wood", "email": "washwithcare@gmail.com"}],
"license": "MIT",
"type": "component",
"require": {
"robloach/component-installer": "*"
},
"extra": {
"component": {
"scripts": [
"moment.js"
],
"files": [
"min/*.js",
"locale/*.js"
]
}
}
}