package.json 798 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "amber-contrib-jquery",
  3. "version": "0.1.0",
  4. "description": "Amber Smalltalk wrapper around jQuery",
  5. "main": "local.amd.json",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/amber-smalltalk/amber-contrib-jquery"
  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. "devDependencies": {
  24. "amber-dev": "^0.4.0",
  25. "grunt": "^0.4.5",
  26. "grunt-contrib-clean": "^0.6.0",
  27. "grunt-contrib-requirejs": "^0.4.4",
  28. "grunt-execute": "^0.2.2",
  29. "requirejs": "^2.1.15"
  30. }
  31. }