UNPKG

concoct-mustache

Version:
37 lines (36 loc) 841 B
{ "name": "concoct-mustache", "version": "0.0.2", "description": "A mustache.js plugin for ConcoctJS.", "main": "lib/index.js", "scripts": { "test": "DEBUG=\"concoct:* -concoct:debug\" mocha -R spec ./test/tests" }, "repository": { "type": "git", "url": "https://github.com/EyalAr/ConcoctJS-Mustache.git" }, "keywords": [ "mustache.js", "concoctjs", "concoct", "plugin", "template", "compiler" ], "author": "Eyal Arubas <eyalarubas@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/EyalAr/ConcoctJS-Mustache/issues" }, "homepage": "https://github.com/EyalAr/ConcoctJS-Mustache", "dependencies": { "mustache": "^0.8.1" }, "devDependencies": { "should": "~3.3.0", "mocha": "~1.18.2", "rimraf": "~2.2.6", "concoct": "0.0.3" } }