Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50651 views
1
{
2
"name": "caret",
3
"version": "1.1.0",
4
"title": "Caret",
5
"author": {
6
"name": "Gideon Sireling",
7
"url": "http://code.accursoft.com/"
8
},
9
"licenses": [
10
{
11
"type": "BSD",
12
"url": "http://code.accursoft.com/caret/raw/tip/license.txt"
13
}
14
],
15
"dependencies": {"jquery": ">=1.3"},
16
"description": "Manipulate the caret's position in a text box or content-editable element.",
17
"keywords": ["caret"],
18
"homepage": "http://code.accursoft.com/caret",
19
"docs": "http://code.accursoft.com/caret/src/tip/readme.md",
20
"bugs": "http://code.accursoft.com/caret/issues"
21
}
22