mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-04 15:24:23 +01:00
23 lines
357 B
JSON
23 lines
357 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|