package.json 835 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "helios",
  3. "title": "Helios IDE for Amber",
  4. "description": "Helios IDE for Amber Smalltalk",
  5. "version": "0.1.2",
  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. "amber-dev": "^0.2.1",
  28. "grunt": "^0.4.0",
  29. "grunt-contrib-clean": "^0.6.0",
  30. "grunt-execute": "^0.2.1",
  31. "requirejs": "^2.1.15"
  32. },
  33. "keywords": [
  34. "Amber",
  35. "Smalltalk",
  36. "Helios",
  37. "IDE"
  38. ]
  39. }