mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-06 14:04:24 +08:00
21 lines
321 B
JSON
21 lines
321 B
JSON
|
{
|
||
|
"name": "moment",
|
||
|
"version": "2.3.1",
|
||
|
"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"
|
||
|
]
|
||
|
}
|