package.json 872 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "multiselect-two-sides",
  3. "version": "2.5.2",
  4. "description": "jQuery multiselect plugin with two sides",
  5. "main": "dist/js/multiselect.min.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "release": "standard-version"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/crlcu/multiselect.git"
  13. },
  14. "keywords": [
  15. "multiselect"
  16. ],
  17. "author": "Adrian Crisan <adrian.crisan88@gmail.com>",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/crlcu/multiselect/issues"
  21. },
  22. "homepage": "https://github.com/crlcu/multiselect#readme",
  23. "devDependencies": {
  24. "gulp": "^3.9.1",
  25. "gulp-rename": "^1.2.2",
  26. "gulp-strip-debug": "^1.1.0",
  27. "gulp-uglify": "^2.0.0",
  28. "jasmine": "^2.5.3",
  29. "standard-version": "^4.3.0"
  30. },
  31. "dependencies": {
  32. "jquery": ">=1.7"
  33. }
  34. }