package.json 699 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "really-simple-colorpicker",
  3. "main": "./js/jquery.colorPicker.js",
  4. "ignore": [
  5. "demo.html",
  6. "screenshot.png"
  7. ],
  8. "dependencies": {
  9. "jquery": ">= 1.2.6"
  10. },
  11. "description": "This is a very minimal, yet robust Color Picker based on jQuery.",
  12. "version": "1.0.0",
  13. "scripts": {
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/laktek/really-simple-color-picker.git"
  19. },
  20. "author": "laktek",
  21. "license": "ISC",
  22. "bugs": {
  23. "url": "https://github.com/laktek/really-simple-color-picker/issues"
  24. },
  25. "homepage": "https://github.com/laktek/really-simple-color-picker#readme"
  26. }