mirror of
https://github.com/wassname/nvatom.git
synced 2026-06-30 16:40:11 +08:00
6e101ea804
Also change the default toggle shortcut to alt-cmd-l. The original Notational Velocity uses cmd-L, but it conflicts with Atom's default shortcut.
26 lines
607 B
JSON
26 lines
607 B
JSON
{
|
|
"name": "notational-velocity",
|
|
"main": "./lib/notational-velocity",
|
|
"version": "0.0.0",
|
|
"description": "Notational Velocity for Atom",
|
|
"activationCommands": {
|
|
"atom-workspace": "notational-velocity:toggle"
|
|
},
|
|
"repository": "https://github.com/seongjaelee/notational-velocity",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"atom": ">0.50.0"
|
|
},
|
|
"dependencies": {
|
|
"fs-plus": "2.x",
|
|
"atom-space-pen-views": "^2.0.3",
|
|
"pathwatcher": "^4.2"
|
|
},
|
|
"devDependencies": {
|
|
"fs-plus": "2.x",
|
|
"atom-space-pen-views": "^2.0.3",
|
|
"pathwatcher": "^4.2",
|
|
"temp": "~0.7.0"
|
|
}
|
|
}
|