mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-19 21:29:00 +08:00
4cc2207513
Original unminified source code (dev folder - js, css, less) (fixes #6) Grunt build system Multiple identities correction (fixes #9) Compose html editor (fixes #12) New general settings - Loading Description New warning about default admin password Split general and login screen settings
20 lines
321 B
JSON
20 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"
|
|
]
|
|
}
|