patternengine-node-mustache
Version:
The Mustache engine for Pattern Lab / Node
34 lines (33 loc) • 766 B
JSON
{
"name": "patternengine-node-mustache",
"description": "The Mustache engine for Pattern Lab / Node",
"version": "1.0.2",
"main": "lib/engine_mustache.js",
"dependencies": {
"mustache": "^2.2.0"
},
"devDependencies": {
},
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Node",
"Grunt",
"Gulp",
"Javascript",
"Mustache"
],
"repository": {
"type": "git",
"url": "https://github.com/pattern-lab/patternengine-node-mustache.git"
},
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"author": "Brian Muenzenmeyer & Geoffrey Pursell",
"license": "MIT",
"scripts": {
"test": "grunt travis --verbose"
},
"engines": {
"node": ">=0.1"
}
}