You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
751 B
34 lines
751 B
7 years ago
|
{
|
||
|
"name": "moment/moment",
|
||
|
"description": "Parse, validate, manipulate, and display dates in JavaScript.",
|
||
|
"keywords": [
|
||
|
"moment",
|
||
|
"date",
|
||
|
"time",
|
||
|
"parse",
|
||
|
"format",
|
||
|
"validate",
|
||
|
"i18n",
|
||
|
"l10n",
|
||
|
"ender"
|
||
|
],
|
||
|
"homepage": "https://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"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|