UNPKG

@bbn/bbn-css

Version:
39 lines (38 loc) 1.01 kB
{ "name": "@bbn/bbn-css", "email": "contact@bbn.io", "version": "1.0.122", "description": "BBN CSS", "author": "Thomas Nabet<thomas.nabet@gmail.com>", "keywords": [ "bbn", "css", "less", "appui" ], "license": "MIT", "files": [ "dist/**/*", "fonts/**/*" ], "scripts": { "vcs": "git stage ./fonts/* ./src/* ./*.js && git commit -m \"Latest changes\"", "pub": "npm version patch && npm publish && git stage ./*.json && git stage -f ./dist/* && git commit -m \"Latest changes\" && git push", "build": "rm -rf ./dist && npx gulp", "all": "npm run build && npm run vcs && npm run pub" }, "devDependencies": { "gulp": "^5.0.0", "gulp-clean-css": "^4.3.0", "gulp-less": "^5.0.0", "gulp-rename": "^2.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/nabab/bbn-css.git" }, "bugs": { "url": "https://github.com/nabab/bbn-css/issues" }, "homepage": "https://github.com/nabab/bbn-css#readme" }