package.json 966 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "presentation",
  3. "title": "Amber presentation",
  4. "description": "Amber Smalltalk Presentation written in Amber",
  5. "version": "0.1.0",
  6. "homepage": "https://github.com/amber-smalltalk/amber-examples",
  7. "author": {
  8. "name": "Nicolas Petton and others"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/amber-smalltalk/amber-examples.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/amber-smalltalk/amber-examples/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/amber-smalltalk/amber-examples/blob/master/LICENSE-MIT"
  21. }
  22. ],
  23. "engines": {
  24. "node": ">= 0.8.0"
  25. },
  26. "scripts": {
  27. "test": "grunt test"
  28. },
  29. "devDependencies": {
  30. "amber-dev": "^0.2.3",
  31. "grunt": "^0.4.5",
  32. "grunt-contrib-clean": "^0.6.0",
  33. "grunt-contrib-requirejs": "^0.4.4",
  34. "grunt-execute": "^0.2.2",
  35. "requirejs": "^2.1.15"
  36. },
  37. "keywords": [
  38. "Amber",
  39. "Smalltalk"
  40. ]
  41. }