-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (26 loc) · 765 Bytes
/
package.json
File metadata and controls
27 lines (26 loc) · 765 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
{
"title": "S2D2: Select To / Delete To",
"name": "S2D2: Select To / Delete To",
"description": "Select to / Delete to the start or the end of a line or a specified position by a character or a regexp. It can also change the direction of selection or trim selection.",
"version": "1.0.0",
"license": "MIT",
"author": "Michal Jeřábek (https://github.com/michaljerabek)",
"url": "https://mjerebek.cz",
"homepage": "https://github.com/michaljerabek/S2D2",
"engines": {
"brackets": ">=2.0.0"
},
"categories": "edit",
"keywords": [
"phcode",
"Phoenix",
"extension",
"text",
"edit",
"delete",
"select"
],
"files": [
"main.js"
]
}