UNPKG

557 BJSONView Raw
1{
2 "name": "colr",
3 "version": "1.0.1",
4 "description": "Simple color conversion library that promotes stability and simplicity",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha -R spec -b test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/stayradiated/colr"
12 },
13 "keywords": [
14 "color",
15 "converstion",
16 "hex",
17 "rgb"
18 ],
19 "author": "George Czabania",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/stayradiated/colr/issues"
23 },
24 "homepage": "https://github.com/stayradiated/colr"
25}