package.json 931 B

123456789101112131415161718192021222324252627282930313233343536373839
  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": "echo \"Error: no test specified\" && exit 1"
  28. },
  29. "devDependencies": {
  30. "amber-dev": "^0.2.3",
  31. "grunt": "^0.4.5",
  32. "grunt-contrib-requirejs": "^0.4.4",
  33. "requirejs": "^2.1.15"
  34. },
  35. "keywords": [
  36. "Amber",
  37. "Smalltalk"
  38. ]
  39. }