UNPKG

pretty-color

Version:
34 lines (33 loc) 841 B
{ "name": "pretty-color", "version": "1.0.1", "description": "color utils", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "babel src/index.js -o dist/index.js" }, "keywords": [ "color", "pretty-color", "transform", "颜色转换", "颜色差值" ], "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-transform-es2015-modules-umd": "^6.24.1", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-2": "^6.24.1" }, "repository": { "type": "git", "url": "git+https://github.com/leevscript/pretty-color.git" }, "author": "leevscript", "license": "ISC", "bugs": { "url": "https://github.com/leevscript/pretty-color/issues" }, "homepage": "https://github.com/leevscript/pretty-color#readme" }