UNPKG

swig

Version:

A simple, powerful, and extendable templating engine for node.js and browsers, similar to Django, Jinja2, and Twig.

62 lines (61 loc) 1.38 kB
{ "name": "swig", "version": "1.4.2", "description": "A simple, powerful, and extendable templating engine for node.js and browsers, similar to Django, Jinja2, and Twig.", "keywords": [ "template", "templating", "html", "django", "jinja", "twig", "express", "block" ], "repository": { "type": "git", "url": "http://github.com/paularmstrong/swig.git" }, "author": "Paul Armstrong <paul@paularmstrongdesigns.com>", "dependencies": { "uglify-js": "~2.4", "optimist": "~0.6" }, "devDependencies": { "lodash": "~1.3.1", "express": "~3", "nodelint": "~0.6", "mocha": "1.12.0", "expect.js": "~0.2", "still": "0.0.7", "less": "~1.4", "mocha-phantomjs": "~3.1", "blanket": "~1.1", "travis-cov": "~0.2", "phantomjs": "~1.9.1", "browserify": "~2", "file": "~0.2", "jsdoc": "~3.2" }, "license": "MIT", "main": "index", "engines": { "node": ">=0.10.0" }, "bin": { "swig": "./bin/swig.js" }, "scripts": { "prepublish": "npm prune && make build", "test": "make lint && make test reporter=spec && make test-browser && make coverage cov-reporter=travis-cov", "blanket": { "pattern": "swig/lib" }, "travis-cov": { "threshold": 95 } }, "bugs": { "url": "https://github.com/paularmstrong/swig/issues" } }