flamingo-carotene-pug
Version:
Provide the pug compiler used in a setup using the flamingo.me/pugtemplate render engine with integration into the flamingo-carotene-dev-server module
30 lines (29 loc) • 874 B
JSON
{
"name": "flamingo-carotene-pug",
"version": "9.0.0-alpha.13",
"description": "Provide the pug compiler used in a setup using the flamingo.me/pugtemplate render engine with integration into the flamingo-carotene-dev-server module",
"author": "team-frontend <team-frontend@aoe.com>",
"license": "OSL-3.0",
"repository": "https://github.com/i-love-flamingo/flamingo-carotene/tree/master/modules/flamingo-carotene-pug",
"keywords": [
"flamingo-carotene",
"flamingo",
"carotene",
"om3"
],
"bin": {
"flamingo-carotene-pug": "./bin/flamingoCarotenePug.js"
},
"scripts": {
"test": "echo \"No tests present\"",
"link": "npm link",
"unlink": "npm unlink"
},
"dependencies": {
"async": "3.2.4",
"glob": "8.1.0",
"mkdirp": "2.1.6",
"pug": "3.0.2"
},
"gitHead": "525073a8589c8d04fec95dddd7d751d5d6c05fa4"
}