@retailmenot/roux-handlebars-tools
Version:
Tools for working with Roux ingredient Handlebars templates
51 lines (50 loc) • 1.28 kB
JSON
{
"name": "@retailmenot/roux-handlebars-tools",
"version": "3.3.0",
"description": "Tools for working with Roux ingredient Handlebars templates",
"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-handlebars-tools.git"
},
"engines": {
"node": ">=10"
},
"keywords": [
"roux",
"handlebars"
],
"author": "RMN Engineering",
"contributors": [
"Eric Capps <ecapps@rmn.com>",
"Lon Ingram <lingram@rmn.com>",
"Kyle Smith <kbsmith@rmn.com>",
"Luke Zilioli <lzilioli@rmn.com>",
"Ray Pierce <ray@digitalpierce.com>"
],
"license": "MIT",
"devDependencies": {
"@retailmenot/core-ui-editorconfig": "^1.0.2",
"@retailmenot/core-ui-eslintrc": "^7.0.0",
"@retailmenot/core-ui-gitignore": "^1.0.2",
"eslint": "^7.5.0",
"mock-fs": "^4.12.0",
"snyk": "^1.363.0",
"tap": "^14.10.7"
},
"dependencies": {
"@retailmenot/roux": "^2.2.0",
"bluebird": "^3.7.2",
"debug": "^4.1.1",
"handlebars": "^4.7.6",
"lodash": "^4.17.19"
},
"snyk": true
}