propertext-mold
Version:
Render propertext files with Mold templates
37 lines (36 loc) • 822 B
JSON
{
"name": "propertext-mold",
"version": "0.4.0",
"description": "Render propertext files with Mold templates",
"main": "index.js",
"scripts": {
"test": "tape test.js"
},
"dependencies": {
"map-stream": "0.0.7",
"mold-template": "^2.0.1",
"propertext": "^0.4.1"
},
"devDependencies": {
"tape": "^5.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/propertext/propertext-mold.git"
},
"keywords": [
"templates",
"mold",
"render",
"propertext",
"plain",
"text",
"props"
],
"bugs": {
"url": "https://github.com/propertext/propertext-mold/issues"
},
"homepage": "https://github.com/propertext/propertext-mold#readme",
"author": "Brecht Savelkoul <brecht.savelkoul@alumni.lse.ac.uk>",
"license": "Apache-2.0"
}