package.json 847 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "helios",
  3. "title": "Helios IDE for Amber",
  4. "description": "Helios IDE for Amber Smalltalk",
  5. "version": "0.6.1",
  6. "homepage": "https://lolg.it/amber/helios",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://lolg.it/amber/helios"
  10. },
  11. "bugs": {
  12. "url": "https://lolg.it/amber/helios/issues"
  13. },
  14. "licenses": [
  15. {
  16. "type": "MIT"
  17. }
  18. ],
  19. "engines": {
  20. "node": "0.10.x || 0.12.x || >=4.0.0"
  21. },
  22. "scripts": {
  23. "test": "grunt test"
  24. },
  25. "devDependencies": {
  26. "amber-dev": "^0.8.2",
  27. "grunt": "^0.4.5",
  28. "grunt-contrib-clean": "^0.6.0",
  29. "grunt-contrib-less": "^1.0.1",
  30. "grunt-contrib-requirejs": "^0.4.4",
  31. "grunt-contrib-watch": "^0.6.1",
  32. "grunt-execute": "^0.2.2",
  33. "requirejs": "^2.1.15"
  34. },
  35. "keywords": [
  36. "Amber",
  37. "Smalltalk",
  38. "Helios",
  39. "IDE"
  40. ]
  41. }