mimosa-client-jade-static
Version:
A mimosa module to use jade to create HTML client templates
36 lines (35 loc) • 734 B
JSON
{
"name": "mimosa-client-jade-static",
"version": "0.9.0",
"homepage": "https://github.com/dbashford/mimosa-client-jade-static",
"author": "David Bashford",
"description": "A mimosa module to use jade to create HTML client templates",
"contributors": [
{
"name": "David Bashford",
"email": "dbashford@hotmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/dbashford/mimosa-client-jade-static"
},
"keywords": [
"mimosa",
"mmodule",
"jade",
"static",
"html"
],
"dependencies": {
"jade": "1.5.0"
},
"license": "MIT",
"engines": {
"node": ">=0.8"
},
"main": "./lib/index",
"scripts": {
"prepublish": "mimosa build"
}
}