package.json 529 B

1234567891011121314151617
  1. {
  2. "//": "activationCommands are lazy-loaded. Do not use for packages needing immediate activation, like those modifyin Atom's appearance",
  3. "activationCommands": {
  4. "atom-workspace": "orderthings:fetch"
  5. },
  6. "dependencies": {},
  7. "description": "A short description of your package",
  8. "engines": {
  9. "atom": ">=1.0.0 <2.0.0"
  10. },
  11. "keywords": [],
  12. "license": "MIT",
  13. "main": "./lib/orderthings",
  14. "name": "orderthings",
  15. "repository": "http://code.osinet.fr/fgm/js__atom__plugin_tutorial",
  16. "version": "0.0.0"
  17. }