package.json 657 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "jquery.caret",
  3. "version": "0.3.1",
  4. "description": "Get caret position and offset from inputor",
  5. "main": "dist/jquery.caret.js",
  6. "dependencies": {
  7. "grunt": "~0.4.1"
  8. },
  9. "devDependencies": {
  10. "grunt-contrib-coffee": "~0.6.4",
  11. "grunt-contrib-jasmine": "~0.5.1",
  12. "grunt-contrib-uglify": "~0.2.0",
  13. "grunt-contrib-watch": "^0.6.1",
  14. "grunt-json-replace": "~0.1.2",
  15. "grunt-umd": "^2.2.1"
  16. },
  17. "scripts": {
  18. "test": "grunt test --verbose"
  19. },
  20. "repository": "",
  21. "keywords": [
  22. "jquery",
  23. "caret",
  24. "offset",
  25. "position"
  26. ],
  27. "author": "Harold.luo <chord.luo@gmail.com>",
  28. "license": "MIT"
  29. }