{ "name": "rfs", "version": "9.0.2", "main": "postcss.js", "description": "Powerful & easy-to-use responsive resizing engine.", "author": "Martijn Cuppens ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/twbs/rfs.git" }, "bugs": { "url": "https://github.com/twbs/rfs/issues" }, "homepage": "https://github.com/twbs/rfs#readme", "files": [ "lib/", "less.less", "postcss.js", "sass.sass", "scss.scss", "stylus.styl" ], "keywords": [ "rfs", "fluid", "responsive", "font-size", "typography", "mixin", "scss", "sass", "less", "stylus", "postcss" ], "engines": { "node": ">=12" }, "scripts": { "mocha": "mocha", "stylelint": "stylelint \"**/*.{less,scss}\" --cache --cache-location node_modules/.cache/stylelint --rd", "xo": "xo", "lint": "npm-run-all --parallel --aggregate-output --continue-on-error xo stylelint", "test": "npm run lint && npm run mocha", "generate-test-results": "node-sass test/sass/ -o test/expected/ && prettier --write test/expected/*.css", "examples": "npm-run-all --parallel --aggregate-output --continue-on-error gulp-examples node-examples", "gulp-examples": "npm-run-all --parallel --aggregate-output --continue-on-error gulp-example-*", "gulp-example-less": "gulp --gulpfile=examples/less/gulpfile.js", "gulp-example-postcss": "gulp --gulpfile=examples/postcss/gulpfile.js", "gulp-example-scss": "gulp --gulpfile=examples/scss/gulpfile.js", "gulp-example-stylus": "gulp --gulpfile=examples/stylus/gulpfile.js", "node-examples": "npm-run-all --parallel --aggregate-output --continue-on-error node-example-*", "node-example-less": "node examples/less/index.js", "node-example-postcss": "node examples/postcss/index.js", "node-example-scss": "node examples/scss/index.js", "node-example-stylus": "node examples/stylus/index.js" }, "dependencies": { "postcss-value-parser": "^4.2.0" }, "devDependencies": { "gulp": "^4.0.2", "gulp-less": "^5.0.0", "gulp-postcss": "^9.0.1", "gulp-sass": "^5.1.0", "gulp-stylus": "^2.7.1", "less": "^4.1.2", "less3": "npm:less@^3.13.1", "mocha": "^9.2.2", "node-sass": "^7.0.1", "npm-run-all": "^4.1.5", "postcss": "^8.4.12", "postcss-less": "^6.0.0", "prettier": "^2.6.1", "sass": "^1.49.9", "stylelint": "^14.6.0", "stylelint-config-twbs-bootstrap": "^3.0.1", "stylus": "^0.57.0", "xo": "^0.48.0" }, "xo": { "space": true, "rules": { "arrow-body-style": "off", "comma-dangle": [ "error", "never" ], "node/prefer-promises/fs": "off", "object-curly-spacing": [ "error", "always" ], "operator-linebreak": [ "error", "after" ], "prefer-template": "error", "unicorn/prefer-module": "off", "unicorn/prevent-abbreviations": "off" } } }