webspellchecker-api
Version:
WebSpellChecker API is a browser, Node.js client that introduces more convenient way to work with WebSpellChecker Service. It provides methods for spell- and grammar checking on multiple languages, and various methods to work with personal user dictionari
19 lines (18 loc) • 927 B
JSON
{
"webapi": [
"<%= webapi_path %>/namespace.js",
"<%= webapi_path %>/dependencies/static/utils/arrayutils.js",
"<%= webapi_path %>/dependencies/static/utils/stringutils.js",
"<%= webapi_path %>/dependencies/static/utils/browser.js",
"<%= webapi_path %>/dependencies/static/utils/polyfills.js",
"<%= webapi_path %>/dependencies/static/utils/typechecker.js",
"<%= webapi_path %>/dependencies/static/utils/regularssources.js",
"<%= webapi_path %>/dependencies/static/logger.js",
"<%= webapi_path %>/dependencies/static/io.js",
"<%= webapi_path %>/dependencies/static/regexpmanager.js",
"<%= webapi_path %>/dependencies/static/optionsmanager.js",
"<%= webapi_path %>/webapi.js",
"<%= webapi_path %>/dependencies/instancebased/textprocessor.js",
"<%= webapi_path %>/dependencies/instancebased/connection.js"
]
}