UNPKG

cyberalien-color

Version:

Color library

38 lines (37 loc) 924 B
{ "name": "cyberalien-color", "description": "Color library", "author": "Vjacheslav Trushkin", "version": "1.0.0", "license": "MIT", "keywords": [ "color", "rgb", "hsl", "color contrast" ], "main": "src/color.js", "scripts": { "pretest": "grunt test", "test": "mocha tests/**/*.js", "tests": "mocha tests/**/*.js", "prepublish": "grunt" }, "devDependencies": { "babel-cli": "*", "babel-plugin-transform-es2015-arrow-functions": "*", "babel-plugin-transform-es2015-destructuring": "*", "babel-plugin-transform-es2015-modules-commonjs": "*", "babel-plugin-transform-es2015-parameters": "*", "babel-preset-es2015": "*", "chai": "*", "glob": "*", "grunt": "*", "grunt-babel": "*", "grunt-contrib-clean": "*", "grunt-contrib-concat": "*", "grunt-contrib-uglify": "*", "grunt-contrib-watch": "*", "mocha": "*" } }