mirror of
https://github.com/wassname/nvatom.git
synced 2026-06-28 16:20:47 +08:00
34 lines
850 B
JSON
34 lines
850 B
JSON
{
|
|
"name": "notational-velocity",
|
|
"main": "./lib/notational-velocity",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"contributors": [
|
|
"Seongjae Lee <seongjaelee@gmail.com>"
|
|
],
|
|
"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"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/seongjaelee/notational-velocity/issues"
|
|
},
|
|
"homepage": "https://github.com/seongjaelee/notational-velocity",
|
|
"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"
|
|
}
|
|
}
|