bower.json 684 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "trysmalltalk",
  3. "description": "Tutorial to learn Smalltalk",
  4. "version": "0.1.1",
  5. "ignore": [
  6. "**/.*",
  7. "node_modules",
  8. "bower_components",
  9. "/test_runner.js",
  10. "test",
  11. "tests",
  12. "/config.js",
  13. "/the.js"
  14. ],
  15. "authors": [
  16. {
  17. "name": "hhzl",
  18. "email": "hannes.hirzel@gmail.com"
  19. }
  20. ],
  21. "homepage": "https://github.com/amber-smalltalk/trysmalltalk",
  22. "keywords": [
  23. "Amber",
  24. "Smalltalk"
  25. ],
  26. "license": [
  27. "MIT"
  28. ],
  29. "private": true,
  30. "dependencies": {
  31. "amber": "^0.14.1",
  32. "amber-attic": "^0.1.1"
  33. },
  34. "devDependencies": {
  35. "amber-ide-starter-dialog": "^0.1.0",
  36. "helios": "^0.3.0"
  37. }
  38. }