mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
17 lines
344 B
JSON
17 lines
344 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"
|
|
}
|
|
}
|