@cocreate/cursors
Version:
Collaborative user cursor position for inputs, textarea's and contenteditable elements.
70 lines (69 loc) • 2.09 kB
JSON
{
"name": "@cocreate/cursors",
"version": "1.28.0",
"description": "Collaborative user cursor position for inputs, textarea's and contenteditable elements.",
"keywords": [
"cursors",
"collaborative-cursors",
"low-code",
"realtime",
"realtime-framework",
"collaboration",
"shared-editing",
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "webpack --config webpack.config.js",
"build": "webpack --mode=production --config webpack.config.js",
"dev": "webpack --config webpack.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-cursors.git"
},
"author": "CoCreate LLC",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-cursors/issues"
},
"homepage": "https://cocreate.app/docs/cursors",
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/CoCreate-app"
},
"main": "./src/index.js",
"dependencies": {
"@cocreate/local-storage": "^1.19.0",
"@cocreate/observer": "^1.22.0",
"@cocreate/random-color": "^1.15.0",
"@cocreate/selection": "^1.17.0",
"@cocreate/socket-client": "^1.42.1",
"@cocreate/utils": "^1.52.0"
},
"devDependencies": {
"@cocreate/webpack": "^1.8.0"
},
"allowScripts": {
"@cocreate/actions@1.21.4": true,
"@cocreate/api@1.22.5": true,
"@cocreate/config@1.13.4": true,
"@cocreate/crud-client@1.34.6": true,
"@cocreate/element-prototype@1.31.4": true,
"@cocreate/elements@1.42.9": true,
"@cocreate/filter@1.33.6": true,
"@cocreate/indexeddb@1.23.4": true,
"@cocreate/local-storage@1.16.5": true,
"@cocreate/observer@1.19.0": true,
"@cocreate/organizations@1.30.1": true,
"@cocreate/random-color@1.12.4": true,
"@cocreate/render@1.46.1": true,
"@cocreate/selection@1.14.3": true,
"@cocreate/socket-client@1.40.5": true,
"@cocreate/utils@1.42.2": true,
"@cocreate/webpack@1.4.3": true
}
}