colorjs.io
Version:
Color space agnostic color manipulation library
42 lines (41 loc) • 862 B
JSON
{
"name": "colorjs.io",
"version": "0.0.3",
"description": "Color space agnostic color manipulation library",
"main": "color.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "open tests/",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeaVerou/color.js.git"
},
"keywords": [
"color"
],
"author": "Lea Verou, Chris Lilley",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeaVerou/color.js/issues"
},
"homepage": "https://colorjs.io",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"gulp": "^4.0.2",
"gulp-file-include": "^2.2.2",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"postcss-nesting": "^7.0.1",
"rollup": "^2.10.5",
"rollup-plugin-terser": "^5.3.0",
"showdown": "^1.9.1"
},
"dependencies": {
"acorn": "^7.3.1"
}
}