mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
21 lines
322 B
JSON
21 lines
322 B
JSON
{
|
|
"name": "moment",
|
|
"version": "2.10.2",
|
|
"main": "moment.js",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"tasks",
|
|
"component.json",
|
|
"composer.json",
|
|
"CONTRIBUTING.md",
|
|
"ender.js",
|
|
"Gruntfile.js",
|
|
"package.js",
|
|
"package.json"
|
|
]
|
|
}
|