mirror of
https://github.com/wassname/nvatom.git
synced 2026-08-12 12:10:23 +08:00
Initialize a package using Atom's package generator
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user