1
0

package.json 908 B

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