package.json 968 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "helios",
  3. "title": "Helios IDE for Amber",
  4. "description": "Helios IDE for Amber Smalltalk",
  5. "version": "0.5.3",
  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.10.x || 0.12.x || >=4.0.0"
  22. },
  23. "scripts": {
  24. "test": "grunt test"
  25. },
  26. "devDependencies": {
  27. "amber-dev": "^0.8.2",
  28. "grunt": "^0.4.5",
  29. "grunt-contrib-clean": "^0.6.0",
  30. "grunt-contrib-less": "^1.0.1",
  31. "grunt-contrib-requirejs": "^0.4.4",
  32. "grunt-contrib-watch": "^0.6.1",
  33. "grunt-execute": "^0.2.2",
  34. "requirejs": "^2.1.15"
  35. },
  36. "keywords": [
  37. "Amber",
  38. "Smalltalk",
  39. "Helios",
  40. "IDE"
  41. ]
  42. }