UNPKG

creamer

Version:

A flatiron plugin for dynamic coffeecup templates

35 lines (34 loc) 713 B
{ "author": "Tom Wilson <tom@jackhq.com> (http://twilson63.com)", "name": "creamer", "keywords": [ "coffee-script", "coffeekup", "coffeecup", "flatiron" ], "description": "A flatiron plugin for dynamic coffeecup templates", "version": "0.3.4", "repository": { "type": "git", "url": "git://github.com/twilson63/creamer.git" }, "scripts": { "test": "mocha" }, "engines": { "node": "0.6 || 0.7 || 0.8 || 0.10" }, "dependencies": { "coffeecup": "~0.3.9", "coffeecup-helpers": "0.1.1", "wrench": "1.3.7" }, "devDependencies": { "broadway": "*", "should": "*", "mocha": "*", "coffee-script": "*", "expect.js": "~0.2.0" } }