Skip to content

Instantly share code, notes, and snippets.

@kim-codes
Last active December 1, 2016 05:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kim-codes/ce8f510250876530d9e6b3070514884f to your computer and use it in GitHub Desktop.
Save kim-codes/ce8f510250876530d9e6b3070514884f to your computer and use it in GitHub Desktop.
{
"name": "my-first-plugin",
"main": "./lib/my-first-plugin",
"version": "0.0.0",
"description": "This is my first Atom plugin that will do magic.",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/kim-codes/my-first-plugin.git"
},
"bugs": {
"url": "https://github.com/kim-codes/my-first--plugin/issues"
},
"activationCommands": {
"atom-workspace": "first-atom-plugin:toggle"
},
"license": "MIT",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment