20 lines
432 B
JSON
20 lines
432 B
JSON
{
|
|
"name": "spellchecker",
|
|
"version": "1.0.1",
|
|
"homepage": "https://www.onlyoffice.com",
|
|
"private": true,
|
|
"bin": "sources/server.js",
|
|
"dependencies": {
|
|
"co": "4.6.0",
|
|
"config": "2.0.1",
|
|
"express": "4.19.2",
|
|
"nodehun": "git+https://git@github.com/ONLYOFFICE/nodehun.git#2411a56828c7d58214c61781b4a5c63d18adba99",
|
|
"sockjs": "0.3.21"
|
|
},
|
|
"pkg": {
|
|
"assets": [
|
|
"dictionaries/**/*"
|
|
]
|
|
}
|
|
}
|