-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 809 Bytes
/
plugin.json
File metadata and controls
29 lines (29 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"id": "ug.acode_plugin.smoothcursor",
"name": "Smooth Cursor (Ace Editor)",
"description": "Smooth Cursor(Improved & Cursor Carat Animation addition)",
"version": "0.0.2",
"author": {
"name": "Unschooled Gamer",
"url": "https://github.com/unschooledgamer",
"email": "unschooledgamer+acodeeditor@gmail.com",
"github": "UnschooledGamer"
},
"changelogs": "CHANGELOG.md",
"files": [
"style-clean-default-animations.css"
],
"icon": "icon.webp",
"keywords": [
"Smooth Cursor",
"Cursor Carat Animation",
"Ace Editor",
"Manipulates Ace Editor Behaviour"
],
"main": "dist/main.js",
"license": "Apache-2.0",
"minVersionCode": 292,
"price": 0,
"readme": "readme.md",
"repository": "https://github.com/unschooledgamer/acode-smoothcursor-plugin"
}