package.json 829 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "amber-contrib-jquery",
  3. "version": "0.2.0",
  4. "description": "Amber Smalltalk wrapper around jQuery",
  5. "main": "local.amd.json",
  6. "scripts": {
  7. "test": "grunt test"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/amber-smalltalk/amber-contrib-jquery.git"
  12. },
  13. "keywords": [
  14. "amber",
  15. "smalltalk",
  16. "jquery"
  17. ],
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/amber-smalltalk/amber-contrib-jquery/issues"
  21. },
  22. "homepage": "https://github.com/amber-smalltalk/amber-contrib-jquery",
  23. "engines": {
  24. "node": "0.10.x || 0.12.x || >=4.0.0"
  25. },
  26. "devDependencies": {
  27. "amber-dev": "^0.8.0",
  28. "grunt": "^0.4.5",
  29. "grunt-contrib-clean": "^0.6.0",
  30. "grunt-contrib-requirejs": "^0.4.4",
  31. "grunt-execute": "^0.2.2",
  32. "requirejs": "^2.1.15"
  33. }
  34. }