mirror of
https://github.com/wassname/nvatom.git
synced 2026-06-28 16:20:47 +08:00
d489e45512
SelectListView is moved to atom-space-pen-views package from atom package.
19 lines
444 B
JSON
19 lines
444 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"
|
|
}
|
|
}
|