mirror of https://github.com/ColorlibHQ/gentelella
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.
23 lines
357 B
23 lines
357 B
9 years ago
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|