package.json 797 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "trapped",
  3. "title": "Trapped",
  4. "description": "Bidirectional DOM data-binding for Amber Smalltalk",
  5. "version": "0.4.2",
  6. "homepage": "https://lolg.it/herby/trapped",
  7. "author": {
  8. "name": "Herbert Vojčík",
  9. "email": "herby@mailbox.sk"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://lolg.it/herby/trapped.git"
  14. },
  15. "bugs": {
  16. "url": "https://lolg.it/herby/trapped/issues"
  17. },
  18. "license": "MIT",
  19. "engines": {
  20. "node": ">=0.10.0"
  21. },
  22. "scripts": {
  23. "test": "grunt test"
  24. },
  25. "devDependencies": {
  26. "amber-dev": "^0.8.2",
  27. "grunt": "^0.4.5",
  28. "grunt-contrib-clean": "^0.6.0",
  29. "grunt-contrib-requirejs": "^0.4.4",
  30. "grunt-execute": "^0.2.2",
  31. "requirejs": "^2.1.15"
  32. },
  33. "keywords": [
  34. "Amber",
  35. "Smalltalk"
  36. ]
  37. }