package.json 937 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "trapped",
  3. "title": "Trapped",
  4. "description": "Bidirectional DOM data-binding for Amber Smalltalk",
  5. "version": "0.6.0",
  6. "homepage": "https://lolg.it/herby/trapped",
  7. "author": {
  8. "name": "Herbert Vojčík",
  9. "email": "herby@mailbox.sk",
  10. "url": "https://blog.herby.sk/"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://lolg.it/herby/trapped.git"
  15. },
  16. "bugs": {
  17. "url": "https://lolg.it/herby/trapped/issues"
  18. },
  19. "licenses": [
  20. {
  21. "type": "MIT",
  22. "url": "https://lolg.it/herby/trapped.git/blob/master/LICENSE-MIT"
  23. }
  24. ],
  25. "engines": {
  26. "node": ">=4.0.0"
  27. },
  28. "scripts": {
  29. "test": "grunt test"
  30. },
  31. "devDependencies": {
  32. "amber-dev": "^0.10.1",
  33. "grunt": "1.0.1",
  34. "grunt-contrib-clean": "^1.1.0",
  35. "grunt-contrib-requirejs": "^1.0.0",
  36. "grunt-exec": "^2.0.0",
  37. "requirejs": "^2.1.15"
  38. },
  39. "keywords": [
  40. "Amber",
  41. "Smalltalk"
  42. ]
  43. }