mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
update config style
This commit is contained in:
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "spellchecker",
|
"name": "spellchecker",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"homepage": "http://www.onlyoffice.com",
|
"homepage": "http://www.onlyoffice.com",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express" : "^4.14.0",
|
"express": "^4.14.0",
|
||||||
"sockjs" : "^0.3.17",
|
"sockjs": "^0.3.17",
|
||||||
"nodehun" : "git+https://git@github.com/ONLYOFFICE/nodehun.git",
|
"nodehun": "git+https://git@github.com/ONLYOFFICE/nodehun.git",
|
||||||
"co" : "^4.6.0",
|
"co": "^4.6.0",
|
||||||
"config" : "^1.21.0"
|
"config": "^1.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user