Files
cdnjs/ajax/libs/tinycolor/package.json
T
2014-06-19 12:20:49 +02:00

25 lines
649 B
JSON

{
"name": "tinycolor",
"filename": "tinycolor.min.js",
"version": "0.11.1",
"description": "Fast, small color manipulation and conversion for JavaScript",
"homepage": "http://bgrins.github.io/TinyColor/",
"bugs": "https://github.com/bgrins/TinyColor/issues",
"keywords": [
"color"
],
"licenses": {
"type": "MIT",
"url": "https://github.com/bgrins/TinyColor/blob/master/LICENSE"
},
"author": {
"name": "Brian Grinstead",
"url": "http://www.briangrinstead.com"
},
"repository": {
"type": "git",
"url": "https://github.com/bgrins/TinyColor"
},
"dependencies": {}
}