Initialize a package using Atom's package generator

This commit is contained in:
Seong Jae Lee
2014-11-08 10:20:46 -08:00
commit d38f11be66
12 changed files with 179 additions and 0 deletions
+16
View File
@@ -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": {
}
}