UNPKG

kewler

Version:

Simple functional and immutable color manipulation library

68 lines (67 loc) 1.55 kB
{ "name": "kewler", "version": "1.0.8", "description": "Simple functional and immutable color manipulation library", "main": "dist/index.js", "jsnext:main": "dist/es.js", "ava": { "files": [ "test/**/*.js", "!test/fixtures.js" ], "require": [ "babel-register" ], "babel": "inherit" }, "scripts": { "test": "xo && NODE_ENV=test nyc --cache --reporter=text ava", "prepublish": "npm run build", "build": "rm -rf dist/ && rollup -c" }, "keywords": [ "simple", "immutable", "functional", "programming", "fp", "functional programming", "color", "manipulation", "colour", "darken", "lightness", "lighten", "saturation", "hue", "css" ], "author": "Adrien Antoine <adriantoine@gmail.com>", "license": "ISC", "dependencies": { "hex-to-hsl": "^1.0.2", "hsl-to-hex": "^1.0.0", "lodash.flow": "^3.3.0", "lodash.isarray": "^4.0.0", "lodash.isfunction": "^3.0.8" }, "devDependencies": { "ava": "^0.16.0", "babel-preset-es2015": "^6.14.0", "babel-register": "^6.8.0", "coveralls": "^2.11.9", "nyc": "^8.3.0", "rollup": "^0.35.12", "rollup-plugin-babel": "^2.6.1", "rollup-plugin-node-resolve": "^2.0.0", "xo": "^0.16.0" }, "repository": { "type": "git", "url": "git+https://github.com/adriantoine/kewler.git" }, "bugs": { "url": "https://github.com/adriantoine/kewler/issues" }, "homepage": "https://github.com/adriantoine/kewler#readme" }