soft-ui-library
Version:
A Collection of UI Elements implementing a neumorphic design pattern with light/dark mode toggle.
31 lines • 892 B
JSON
{
"name": "soft-ui-library",
"description": "A Collection of UI Elements implementing a neumorphic design pattern with light/dark mode toggle.",
"version": "1.0.9",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Glory Katende",
"email": "katendeglory@gmail.com"
},
"scripts": {
"sass-watch": "sass --watch dist/scss:dist/css",
"sass-compile": "sass dist/scss:dist/css --style compressed",
"git-deploy": "git add . && git commit -am \"initial commit\" && git push -u origin master"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/katendeglory/soft-ui-library"
},
"homepage": "https://katendeglory.github.io/soft-ui-library/",
"keywords": [
"soft ui",
"soft-ui",
"soft design",
"soft-design",
"neumorphism",
"neu-morphism",
"css"
]
}