js__atom__plugin_tutorial/package.json

17 lines
529 B
JSON

{
"//": "activationCommands are lazy-loaded. Do not use for packages needing immediate activation, like those modifyin Atom's appearance",
"activationCommands": {
"atom-workspace": "orderthings:fetch"
},
"dependencies": {},
"description": "A short description of your package",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"keywords": [],
"license": "MIT",
"main": "./lib/orderthings",
"name": "orderthings",
"repository": "http://code.osinet.fr/fgm/js__atom__plugin_tutorial",
"version": "0.0.0"
}