rosely
Version:
A warm and serene color palette based on millennial pink
58 lines (57 loc) • 1.29 kB
JSON
{
"name": "rosely",
"title": "Rosely",
"version": "1.0.0",
"description": "A warm and serene color palette based on millennial pink",
"author": {
"name": "Chris Tham",
"email": "info@hellotham.com",
"url": "https://www.hellotham.com"
},
"homepage": "https://rosely.hellotham.com",
"repository": {
"type": "git",
"url": "git+https://github.com/hellotham/rosely.git"
},
"bugs": {
"url": "https://github.com/hellotham/rosely/issues"
},
"license": "MIT",
"keywords": [
"rosely",
"millennial",
"pink",
"bluish",
"clean",
"minimal",
"flat",
"ui",
"syntax"
],
"files": [
"src/rosely.css",
"src/rosely.less",
"src/rosely.scss",
"src/rosely.styl",
"src/nord.css",
"src/nord.less",
"src/nord.scss",
"src/nord.styl",
"rosely-light.yaml",
"rosely-dark.yaml"
],
"style": "src/rosely.css",
"scripts": {
"lint:css": "stylelint src/rosely.css",
"lint:less": "stylelint src/rosely.less",
"lint:sass": "stylelint src/rosely.scss",
"lint": "npm-run-all --parallel lint:*",
"prepare": "npm run test",
"test": "npm run lint"
},
"devDependencies": {
"npm-run-all": "4.1.5",
"stylelint": "9.10.1",
"stylelint-config-standard": "18.2.0"
}
}