mustache-formats
Version:
Adds formatters to Mustache using Wax
36 lines (35 loc) • 778 B
JSON
{
"name": "mustache-formats",
"version": "1.0.6",
"description": "Adds formatters to Mustache using Wax",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "Jumptech Ltd",
"license": "ISC",
"dependencies": {
"@jvitela/mustache-wax": "^1.0.1",
"@types/mustache": "^0.8.32",
"moment": "^2.24.0",
"mustache": "^3.0.1"
},
"devDependencies": {
"jest": "^24.8.0"
},
"types": "types.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/jump-tech/mustache-formats.git"
},
"keywords": [
"mustache",
"format",
"formatter",
"wax"
],
"bugs": {
"url": "https://github.com/jump-tech/mustache-formats/issues"
},
"homepage": "https://github.com/jump-tech/mustache-formats"
}