UNPKG

material-palette-generator

Version:

Nodejs cli utility to generate a color palette by material design standards

34 lines (33 loc) 787 B
{ "name": "material-palette-generator", "version": "1.0.1", "description": "Nodejs cli utility to generate a color palette by material design standards", "main": "mpg.js", "preferGlobal": true, "keywords": [ "nodejs", "commander", "cli", "color", "palette", "material-design", "material", "chalk" ], "bin": "./mpg.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/KaindlJulian/material-palette-generator.git" }, "author": "Julian Kaindl", "license": "MIT", "homepage": "https://github.com/KaindlJulian/material-palette-generator", "dependencies": { "chalk": "^2.4.1", "color": "^3.0.0", "commander": "^2.16.0" } }