UNPKG

colour-tool

Version:

dev-tool that makes colours easier to deal with

43 lines (42 loc) 871 B
{ "name": "colour-tool", "version": "0.1.0", "description": "dev-tool that makes colours easier to deal with", "main": "./Colour/Colour.js", "dependencies": { "mathjs": "^7.1.0" }, "devDependencies": { "jest": "^27.3.1", "webpack": "^5.60.0", "webpack-cli": "^4.9.1" }, "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/wannabewayno/colour-tool.git" }, "keywords": [ "colour", "color", "dev-tool", "tool", "color-tool", "colour-tool", "css", "css-colour", "css-color" ], "author": "Wayne, (wayne.codes)", "private": false, "license": "MIT", "engines": { "node": ">=12.0.0" }, "bugs": { "url": "https://github.com/wannabewayno/colour-tool/issues" }, "homepage": "https://github.com/wannabewayno/colour-tool#readme" }