UNPKG

nexmoe.css

Version:

Use only HTML to write modern websites with smooth animations and beautiful interfaces.

41 lines (40 loc) 1.07 kB
{ "name": "nexmoe.css", "version": "0.6.0", "description": "Use only HTML to write modern websites with smooth animations and beautiful interfaces.", "main": "nexmoe.css", "scripts": { "build": "postcss src/nexmoe.pcss -o nexmoe.css -m && postcss src/nexmoe.pcss -o nexmoe.min.css -m --env production", "dev": "postcss src/nexmoe.pcss -o nexmoe.dev.css --watch" }, "devDependencies": { "autoprefixer": "^10.4.12", "cssnano": "^5.1.13", "cz-conventional-changelog": "^3.3.0", "postcss": "^8.4.18", "postcss-cli": "^10.0.0", "postcss-import": "^15.0.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "repository": { "type": "git", "url": "git+https://github.com/nexmoe/nexmoe.css.git" }, "keywords": [ "CSS", "HTML", "stylesheet", "modern", "nexmoe" ], "author": "Nexmoe", "license": "MIT", "bugs": { "url": "https://github.com/nexmoe/nexmoe.css/issues" }, "homepage": "https://github.com/nexmoe/nexmoe.css#readme" }