mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
15 lines
229 B
JSON
15 lines
229 B
JSON
|
{
|
||
|
"name": "settings",
|
||
|
"version": "0.1.0",
|
||
|
"main": "./lib/main",
|
||
|
"description": "Settings",
|
||
|
"license": "Proprietary",
|
||
|
"private": true,
|
||
|
"engines": {
|
||
|
"atom": "*"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"moment": "^2.8"
|
||
|
}
|
||
|
}
|