UNPKG

nep-css-framework

Version:

This is the simple and easy to learn framework developed by Abhaya

42 lines (41 loc) 1.12 kB
{ "name": "nep-css-framework", "version": "1.0.16", "description": "This is the simple and easy to learn framework developed by Abhaya", "keywords": [ "nep-css-framework", "css", "framework", "nepal" ], "homepage": "https://github.com/abhayabikramshahi/nep-css-npmjs#readme", "bugs": { "url": "https://github.com/abhayabikramshahi/nep-css-npmjs/issues" }, "repository": { "type": "git", "url": "git+https://github.com/abhayabikramshahi/nep-css-npmjs.git" }, "license": "ISC", "author": "Abhaya Bikram Shahi", "type": "commonjs", "style": "dist/nep.css", "exports": { ".": { "import": "./dist/nep.css", "require": "./dist/nep.css", "default": "./dist/nep.css" } }, "scripts": { "build": "postcss src/nep.css -u autoprefixer cssnano -o dist/nep.css", "prepublishOnly": "npm run build", "test": "echo \"No test specified\" && exit 0" }, "devDependencies": { "autoprefixer": "^10.4.21", "cssnano": "^7.1.1", "postcss": "^8.5.6", "postcss-cli": "^11.0.1" } }