UNPKG

twig

Version:

JS port of the Twig templating language.

52 lines (51 loc) 1.31 kB
{ "author": "John Roepke <john@justjohn.us> (http://john.sh/)", "name": "twig", "description": "JS port of the Twig templating language.", "version": "0.9.3", "homepage": "https://github.com/twigjs/twig.js", "licenses": [ { "type": "BSD-2-Clause", "url": "https://raw.github.com/twigjs/twig.js/master/LICENSE" } ], "repository": { "type": "git", "url": "git://github.com/twigjs/twig.js.git" }, "main": "twig.js", "engines": { "node": "*" }, "bin": { "twigjs": "./bin/twigjs" }, "scripts": { "prepublish": "npm test && git diff --exit-code --quiet", "preversion": "npm test && git diff --exit-code --quiet", "postversion": "git push origin master && git push origin master --tags", "test": "npm run build && mocha -r should", "build-node": "webpack", "build-browser": "WEBPACK_ENV=browser webpack", "build": "npm run build-node && npm run build-browser" }, "dependencies": { "minimatch": "3.0.x", "phpjs": "^1.3.2", "walk": "2.3.x" }, "devDependencies": { "chai": "^3.5.0", "exports-loader": "^0.6.3", "mocha": "2.4.x", "should": "8.2.x", "sinon": "^1.17.3", "sinon-chai": "^2.8.0", "tokenizer": "1.1.x", "webpack": "^1.12.14" }, "browser": { "fs": false } }