package.json 806 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "helios",
  3. "title": "Helios IDE for Amber",
  4. "description": "Helios IDE for Amber Smalltalk",
  5. "version": "0.1.0",
  6. "homepage": "https://github.com/amber-smalltalk/helios",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/amber-smalltalk/helios"
  10. },
  11. "bugs": {
  12. "url": "https://github.com/amber-smalltalk/helios/issues"
  13. },
  14. "licenses": [
  15. {
  16. "type": "MIT",
  17. "url": "https://github.com/amber-smalltalk/helios/blob/master/LICENSE-MIT"
  18. }
  19. ],
  20. "engines": {
  21. "node": ">= 0.8.0"
  22. },
  23. "scripts": {
  24. "test": "grunt test"
  25. },
  26. "devDependencies": {
  27. "grunt": "~0.4.0",
  28. "grunt-execute": "~0.2.1",
  29. "grunt-contrib-clean": "~0.5.0",
  30. "amber-dev": "~0.1.5"
  31. },
  32. "keywords": [
  33. "Amber",
  34. "Smalltalk",
  35. "Helios",
  36. "IDE"
  37. ]
  38. }