package.json 381 B

123456789101112131415161718
  1. {
  2. "name": "orderthings",
  3. "main": "./lib/orderthings",
  4. "version": "0.0.0",
  5. "description": "A short description of your package",
  6. "keywords": [
  7. ],
  8. "activationCommands": {
  9. "atom-workspace": "orderthings:toggle"
  10. },
  11. "repository": "https://github.com/atom/orderthings",
  12. "license": "MIT",
  13. "engines": {
  14. "atom": ">=1.0.0 <2.0.0"
  15. },
  16. "dependencies": {
  17. }
  18. }