package.json 904 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "amber-contrib-legacy",
  3. "title": "Amber legacy items",
  4. "description": "Legacy IDE and a few other old non-core packages",
  5. "version": "0.2.1",
  6. "homepage": "https://github.com/amber-smalltalk/amber-contrib-legacy",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/amber-smalltalk/amber-contrib-legacy.git"
  10. },
  11. "bugs": {
  12. "url": "https://github.com/amber-smalltalk/amber-contrib-legacy/issues"
  13. },
  14. "licenses": [
  15. {
  16. "type": "MIT",
  17. "url": "/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.0",
  28. "grunt": "^0.4.5",
  29. "grunt-contrib-clean": "^0.6.0",
  30. "grunt-contrib-requirejs": "^0.4.4",
  31. "grunt-execute": "^0.2.2",
  32. "requirejs": "^2.1.15"
  33. },
  34. "keywords": [
  35. "Amber",
  36. "Smalltalk"
  37. ]
  38. }