Files
server/SpellChecker/package.json
Alexander.Trofimov 14e461040b [spell] Update
Update nodehun
2020-03-12 12:48:04 +03:00

20 lines
435 B
JSON

{
"name": "spellchecker",
"version": "1.0.1",
"homepage": "http://www.onlyoffice.com",
"private": true,
"bin": "sources/server.js",
"dependencies": {
"co": "^4.6.0",
"config": "^2.0.1",
"express": "^4.16.4",
"nodehun": "git+https://git@github.com/ONLYOFFICE/nodehun.git#631d3f3c48500bf2f2ec44f8a676423d5c92e3d3",
"sockjs": "^0.3.19"
},
"pkg": {
"assets": [
"dictionaries/**/*"
]
}
}