package.json 888 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "trysmalltalk",
  3. "title": "TrySmalltalk",
  4. "description": "Tutorial to learn Smalltalk",
  5. "version": "0.1.0",
  6. "homepage": "https://github.com/amber-smalltalk/trysmalltalk",
  7. "author": {
  8. "name": "",
  9. "email": ""
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/amber-smalltalk/trysmalltalk"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/amber-smalltalk/trysmalltalk/issues"
  17. },
  18. "licenses": [
  19. {
  20. "type": "MIT",
  21. "url": "https://github.com/amber-smalltalk/trysmalltalk/blob/master/LICENSE-MIT"
  22. }
  23. ],
  24. "engines": {
  25. "node": ">= 0.8.0"
  26. },
  27. "scripts": {
  28. "test": "echo \"Error: no test specified\" && exit 1"
  29. },
  30. "devDependencies": {
  31. "amber-dev": "^0.3.0",
  32. "grunt": "^0.4.5",
  33. "grunt-contrib-requirejs": "^0.4.4",
  34. "requirejs": "^2.1.15"
  35. },
  36. "keywords": [
  37. "Amber",
  38. "Smalltalk"
  39. ]
  40. }