bower.json 183 B

123456789
  1. {
  2. "name": "tinycolor",
  3. "repository": "bgrins/TinyColor",
  4. "version": "1.4.2",
  5. "main": "tinycolor.js",
  6. "scripts": ["tinycolor.js"],
  7. "license": "MIT",
  8. "ignore": ["test"]
  9. }