mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
18 lines
347 B
JSON
18 lines
347 B
JSON
|
{
|
||
|
"name": "nylas-dashboard",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"hapi": "^13.4.1",
|
||
|
"hapi-plugin-websocket": "^0.9.2",
|
||
|
"inert": "^4.0.0",
|
||
|
"nylas-core": "0.x.x"
|
||
|
}
|
||
|
}
|