mirror of
https://github.com/wassname/nvatom.git
synced 2026-06-27 16:10:36 +08:00
43 lines
957 B
JSON
43 lines
957 B
JSON
{
|
|
"name": "nvatom",
|
|
"main": "./lib/notational-velocity",
|
|
"version": "0.8.2",
|
|
"private": true,
|
|
"contributors": [
|
|
"Seongjae Lee <seongjae@gmail.com>",
|
|
"Nikita Litvin <deltaidea@derpy.ru>",
|
|
"Jonathan Hoyt <hoyt@github.com>"
|
|
],
|
|
"description": "Notational Velocity for Atom",
|
|
"activationCommands": {
|
|
"atom-workspace": [
|
|
"nvatom:toggle",
|
|
"nvatom:openInterlink"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"wiki",
|
|
"notational velocity",
|
|
"nvatom",
|
|
"note",
|
|
"notetaking"
|
|
],
|
|
"repository": "https://github.com/seongjaelee/nvatom",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"atom": ">0.50.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/seongjaelee/nvatom/issues"
|
|
},
|
|
"homepage": "https://github.com/seongjaelee/nvatom",
|
|
"dependencies": {
|
|
"atom-space-pen-views": "^2.0.3",
|
|
"chokidar": "^1.0.5",
|
|
"docquery": "^1.1.0",
|
|
"fs-plus": "2.x",
|
|
"underscore-plus": "^1.6.6"
|
|
},
|
|
"devDependencies": {}
|
|
}
|