UNPKG

teacup

Version:

Render HTML with native CoffeeScript templates. No magic, no fuss.

37 lines (36 loc) 783 B
{ "name": "teacup", "version": "1.1.0", "description": "Render HTML with native CoffeeScript templates. No magic, no fuss.", "homepage": "http://goodeggs.github.com/teacup/", "main": "lib/teacup", "repository": { "type": "git", "url": "git://github.com/goodeggs/teacup.git" }, "keywords": [ "template", "coffeescript", "coffee-script", "coffee", "render", "view", "html", "coffeekup", "coffeecup", "drykup", "express" ], "devDependencies": { "coffee-script": ">=1.8.0", "connect-assets": "*", "mocha": "*", "expect.js": "*" }, "scripts": { "pretest": "npm run compile", "prepublish": "npm run compile", "test": "mocha", "compile": "coffee --compile --output lib/ src/" } }