mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-09 05:24:12 +01:00
20 lines
321 B
JSON
20 lines
321 B
JSON
{
|
|
"name": "moment",
|
|
"version": "2.7.0",
|
|
"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"
|
|
]
|
|
}
|