matercolors
Version:
A tiny, zero-dependency libary for building harmonious material palettes for any color.
61 lines (60 loc) • 1.4 kB
JSON
{
"name": "matercolors",
"version": "1.2.0",
"description": "A tiny, zero-dependency libary for building harmonious material palettes for any color.",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.mjs",
"esmodule": "dist/index.modern.js",
"source": "src/index.js",
"scripts": {
"dev": "microbundle watch",
"build": "microbundle --name Matercolor --compress --raw true",
"lint": "standard --fix",
"test": "ava",
"coverage": "nyc npm run test"
},
"ava": {
"require": [
"esm"
],
"files": [
"test/**/*"
],
"concurrency": 5,
"failFast": true,
"failWithoutAssertions": false,
"verbose": true
},
"files": [
"dist/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/arvindcheenu/Matercolors.git"
},
"keywords": [
"material",
"color",
"palette",
"design",
"node",
"javascript",
"browser",
"generator"
],
"author": "Arvind Srinivasan <arvind@cheenu.net>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/arvindcheenu/Matercolors/issues"
},
"homepage": "https://github.com/arvindcheenu/Matercolors#readme",
"devDependencies": {
"ava": "^3.13.0",
"babel-preset-env": "^1.7.0",
"esm": "^3.2.25",
"microbundle": "^0.12.4",
"nyc": "^15.1.0",
"standard": "^14.3.4"
}
}