UNPKG

liquid-node

Version:

Node.js port of Tobias Lütke's Liquid template engine.

46 lines (45 loc) 1.05 kB
{ "name": "liquid-node", "author": "Marcel Jackwerth <marcel@northdocks.com>", "contributors": [ { "name": "Tony Heupel", "email": "tonyheupel@gmail.com" }, { "name": "Henry Bergius", "email": "henri.bergius@iki.fi" } ], "description": "Node.js port of Tobias Lütke's Liquid template engine.", "version": "0.1.5", "homepage": "https://github.com/sirlantis/liquid-node", "bugs": "https://github.com/sirlantis/liquid-node/issues", "repository": { "type": "git", "url": "git://github.com/sirlantis/liquid-node.git" }, "directories": { "src": "./src", "test": "./test" }, "main": "./lib/index.js", "engines": { "node": ">= 0.4" }, "dependencies": { "coffee-script": "1.4.x", "underscore": ">=1.2.3", "q": ">= 0.8.12", "async": ">= 0.1.22" }, "devDependencies": { "expresso": ">=0.9.0", "grunt": "~0.4.2", "grunt-release": "~0.6.0" }, "scripts": { "test": "expresso test/*.coffee", "postinstall": "cake build" } }