12345678910111213141516171819202122 |
- {
- "name": "jquery-minicolors",
- "version": "2.1.1",
- "homepage": "https://github.com/claviska/jquery-minicolors",
- "authors": [
- "Cory LaViska"
- ],
- "description": "jQuery MiniColors Plugin",
- "main": "./jquery.minicolors.js",
- "keywords": [
- "jquery",
- "colorpicker"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
|