UNPKG

ivoryui-ivory

Version:

A modern CSS framework to build your web pages faster and easier.

40 lines (39 loc) 1.04 kB
{ "name": "ivoryui-ivory", "description": "A modern CSS framework to build your web pages faster and easier.", "version": "6.0.1", "repository": { "type": "git", "url": "git+https://github.com/IVORY-UI/ivory.git" }, "keywords": [ "CSS", "components", "grid", "responsive", "scss", "css-framework", "grid-layout", "scss-mixins", "scss-framework", "design-system" ], "scripts": { "clean": "node ./scripts/build/clean", "build:styles": "node-sass --include-path scss src/ivory.scss dist/ivory.min.css --output-style compressed", "copy:files": "cp package.json dist/ && cp README.md dist/", "build": "npm run clean && npm run build:styles && npm run copy:files", "publish:ivory": "npm publish dist" }, "dependencies": {}, "devDependencies": { "cpy-cli": "^4.0.0", "del": "^6.0.0", "node-sass": "^7.0.1", "npm-run-all": "^4.1.5" }, "author": { "name": "Lakshmikanth Vallampati", "url": "https://github.com/kanthvallampati/" } }