UNPKG

templatizer

Version:

Simple solution for compiling jade templates into vanilla JS functions for blazin' fast client-side use.

76 lines (75 loc) 1.9 kB
{ "name": "templatizer", "description": "Simple solution for compiling jade templates into vanilla JS functions for blazin' fast client-side use.", "version": "2.0.7", "author": "Henrik Joreteg <henrik@andyet.net>", "bin": "./bin/cli", "bugs": "https://github.com/HenrikJoreteg/templatizer/issues", "contributors": [ { "name": "Beau Sorensen", "email": "mail@beausorensen.com" }, { "name": "Luke Karrys", "email": "luke@andyet.net" } ], "dependencies": { "async": "^2.0.1", "escodegen": "^1.8.1", "esprima": "^2.5.0", "falafel": "^2.0.0", "glob": "^7.1.0", "jade": "^1.11.0", "lodash": "^4.16.2", "minimatch": "^3.0.3", "minimist": "^1.1.3", "uglify-js": "^2.4.24", "walkdir": "0.0.11" }, "devDependencies": { "@lukekarrys/jade-runtime": "^1.11.1", "browserify": "^13.1.0", "colors": "^1.1.2", "http-server": "^0.9.0", "jshint": "^2.9.3", "mkdirp": "^0.5.1", "phantomjs-prebuilt": "^2.1.12", "precommit-hook": "^3.0.0", "rimraf": "^2.5.4", "run-browser": "^2.0.2", "tap-spec": "^4.1.1", "tape": "^4.6.0", "tape-run": "^2.1.4", "underscore": "^1.8.3", "yetify": "0.1.0" }, "homepage": "https://github.com/HenrikJoreteg/templatizer", "keywords": [ "browser", "jade", "templates" ], "license": "MIT", "main": "templatizer.js", "peerDependencies": { "@lukekarrys/jade-runtime": "^1.11.1" }, "pre-commit": [ "lint", "validate", "test" ], "repository": { "type": "git", "url": "https://github.com/HenrikJoreteg/templatizer.git" }, "scripts": { "benchmark": "node benchmark/speedtest.js", "lint": "jshint .", "start": "run-browser test/index.js", "test": "node test/build && browserify test/index.js | tape-run -b phantom | tap-spec", "validate": "npm ls" } }