UNPKG

732 BJSONView Raw
1{
2 "name": "teacup",
3 "version": "0.2.5",
4 "description": "Render HTML with native CoffeeScript templates. No magic, no fuss.",
5 "homepage": "http://goodeggs.github.com/teacup/",
6 "main": "lib/teacup",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/goodeggs/teacup.git"
10 },
11 "keywords": [
12 "template",
13 "coffeescript",
14 "coffee-script",
15 "coffee",
16 "render",
17 "view",
18 "html",
19 "coffeekup",
20 "coffeecup",
21 "drykup",
22 "express"
23 ],
24 "devDependencies": {
25 "coffee-script": "*",
26 "connect-assets": "*",
27 "mocha": "*",
28 "expect.js": "*"
29 },
30 "scripts": {
31 "pretest": "./node_modules/.bin/coffee -cl -o lib src",
32 "test": "./node_modules/.bin/mocha"
33 }
34}