AdminLTE/bower_components/moment/bower.json

27 lines
442 B
JSON
Raw Normal View History

{
"name": "moment",
"license": "MIT",
"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",
"ISSUE_TEMPLATE.md",
2018-02-04 13:51:11 +01:00
"typing-tests",
"min/tests.js"
]
}