UNPKG

@seedcss/seed-color-scheme

Version:

Color scheme system pack for Seed

53 lines (52 loc) 1.15 kB
{ "name": "@seedcss/seed-color-scheme", "version": "1.0.1", "description": "Color scheme system pack for Seed", "main": "index.js", "homepage": "https://github.com/helpscout/seed/", "file": [ "scss", "index.js", "README.md", "LICENSE" ], "scripts": { "banner": "node ./scripts/banner.js", "build": "npm run build:main && npm run banner", "build:main": "node ./scripts/build.js", "dev": "nodemon -e scss -x 'npm run test -- --watch --reporter=dot'", "start": "npm run dev", "test": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/helpscout/seed.git" }, "license": "MIT", "bugs": { "url": "https://github.com/helpscout/seed/issues" }, "keywords": [ "bem", "color", "css", "design", "function", "functional", "itcss", "modular", "oocss", "performance", "seed", "seed-pack", "scss" ], "dependencies": { "@seedcss/seed-config": "^1.0.1" }, "publishConfig": { "access": "public" }, "prepublish": "npm run build", "gitHead": "f7228ac05f7ad931b48d1d620c75ccdf66bf9f26" }