0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
bslib
/
lib
/
bsw4
/
[
Home
]
File: package.json
{ "name": "bootswatch", "description": "Bootswatch is a collection of themes for Bootstrap.", "version": "4.6.0", "author": "Thomas Park", "homepage": "https://bootswatch.com", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/thomaspark/bootswatch.git" }, "bugs": { "url": "https://github.com/thomaspark/bootswatch/issues" }, "scripts": { "build": "grunt swatch", "htmllint": "grunt htmllint", "stylelint": "stylelint \"**/*.scss\" --rd", "test": "npm run stylelint" }, "files": "dist/**/*.{css,scss}", "dependencies": {} }