-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
32 lines (32 loc) · 991 Bytes
/
package.json
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
30
31
32
{
"name": "cut-line",
"main": "./lib/cut-line",
"version": "0.10.0",
"private": true,
"description": "Overrides Cmd-X and Cmd-C with no selection to cut (or copy) the entire line.",
"activationEvents": [
"cut-line:cut-line",
"cut-line:copy-line",
"cut-line:paste-line"
],
"repository": {
"type": "git",
"url": "https://github.com/tekkub/cut-line"
},
"license": "None",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {},
"readme": "# cut-line package\n\nOverride the default cut action (cmd-x) when no text is selected. Instead of cutting the char after the cursor, the entire line is cut.\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/tekkub/cut-line/issues"
},
"homepage": "https://github.com/tekkub/cut-line",
"_id": "[email protected]",
"dist": {
"shasum": "4d653a309d2cd0edd2f009aca62b973a58f11f54"
},
"_from": "/Users/djak250/.atom/.node-gyp/.atom/.apm/cut-line/0.4.0/package.tgz"
}