mirror of
https://github.com/wassname/nvatom.git
synced 2026-07-02 17:00:11 +08:00
2b442b79e7
Refactor so that the note/directory parsing is done in separate classes.
26 lines
607 B
JSON
26 lines
607 B
JSON
{
|
|
"name": "notational-velocity",
|
|
"main": "./lib/notational-velocity",
|
|
"version": "0.0.0",
|
|
"description": "A short description of your package",
|
|
"activationCommands": {
|
|
"atom-workspace": "notational-velocity:toggle"
|
|
},
|
|
"repository": "https://github.com/atom/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"
|
|
}
|
|
}
|