UNPKG

@retailmenot/roux-sass-importer

Version:

A node-sass custom importer for Roux ecosystem ingredients.

58 lines (57 loc) 1.41 kB
{ "name": "@retailmenot/roux-sass-importer", "version": "4.2.0", "description": "A node-sass custom importer for Roux ecosystem ingredients.", "main": "index.js", "scripts": { "test": "tap -Rspec test/*.js", "lint": "eslint .", "lint-fix": "eslint . --fix", "snyk-protect": "snyk protect", "prepublish": "npm run snyk-protect" }, "repository": { "type": "git", "url": "https://github.com/RetailMeNotSandbox/roux-sass-importer.git" }, "engines": { "node": ">=10" }, "keywords": [ "roux", "roux-ingredients", "ingredients", "pantries", "sass" ], "author": "RMN Engineering", "contributors": [ "Eric Capps <ecapps@rmn.com>", "Elyse Holladay <eholladay@rmn.com>", "Lon Ingram <lingram@rmn.com>", "Kyle Smith <kbsmith@rmn.com>", "Luke Zilioli <lzilioli@rmn.com>" ], "license": "MIT", "devDependencies": { "@retailmenot/core-ui-eslintrc": "^7.0.0", "eslint": "^7.5.0", "grunt": "^1.2.1", "gruntify-eslint": "^5.0.0", "lodash": "^4.17.15", "mkdirp": "^1.0.4", "node-sass": "^4.14.1", "rimraf": "^3.0.2", "sinon": "^9.0.2", "snyk": "^1.363.0", "tap": "^14.10.7", "touch": "^3.1.0" }, "dependencies": { "@retailmenot/roux": "^2.2.0", "bluebird": "^3.7.2", "path-parse": "^1.0.6", "validate-npm-package-name": "^3.0.0" }, "snyk": true }