{ "name": "billow", "version": "1.0.7", "description": "Billow is a fast and lightweight WordPress theme. It has a lot of options that makes it extendable and customizable. You can easily create any type of website, such as business agency, shop, corporate, education, restaurant, blog, portfolio, landing page and so on. Since it is responsive and adaptive, has WooCommerce built-in, you will experience an easy build and even an increase in conversions.", "author": "ViNadine", "license": "GPL-2.0-or-later", "keywords": [ "WordPress", "Theme" ], "devDependencies": { "@wordpress/browserslist-config": "^2.2.2", "@wordpress/eslint-plugin": "^7.3.0", "@wordpress/stylelint-config": "19.1.0", "archiver": "^4.0.1", "chokidar-cli": "^2.1.0", "eslint": "^7.11.0", "npm-run-all": "^4.1.5", "rtlcss": "^2.5.0", "sass": "^1.36.0", "stylelint": "^13.7.2" }, "rtlcssConfig": { "options": { "autoRename": false, "autoRenameStrict": false, "blacklist": {}, "clean": true, "greedy": false, "processUrls": false, "stringMap": [] }, "plugins": [], "map": false }, "browserslist": [ "extends @wordpress/browserslist-config" ], "scripts": { "build:style": "sass sass/style.scss:style.css --style=expanded --source-map", "build:style-woocommerce": "sass sass/woocommerce.scss:woocommerce.css --style=expanded --source-map", "build:rtl": "rtlcss style.css style-rtl.css", "build": "run-s \"build:*\"", "lint:scss": "stylelint **/*.scss", "lint:js": "eslint js", "lint-fix:scss": "stylelint **/*.scss --fix", "lint-fix:js": "eslint js --fix", "bundle": "node bin/bundle.js", "watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial" } }