UNPKG

haml-coffee

Version:

Haml templates where you can write inline CoffeeScript.

64 lines (63 loc) 1.4 kB
{ "name": "haml-coffee", "description": "Haml templates where you can write inline CoffeeScript.", "keywords": [ "haml", "coffeescript", "templating", "html", "javascript", "language", "compiler" ], "author": "Michael Kessler <michi@flinkfinger.com>", "maintainers": [ { "name": "Michael Kessler" } ], "version": "1.14.1", "licenses": [ { "type": "MIT", "url": "http://github.com/netzpirat/haml-coffee/raw/master/LICENSE" } ], "browserify": "./src/haml-coffee", "engines": { "node": ">=0.4.0" }, "directories": { "lib": "./src" }, "bin": { "haml-coffee": "./bin/haml-coffee" }, "dependencies": { "coffee-script": ">= 1.1.3", "walkdir": "~0.0.7", "optimist": "~0.6.0" }, "devDependencies": { "grunt": "~0.4.2", "grunt-regarde": "~0.1.1", "grunt-jasmine-node": "~0.1.0", "jasmine-node": "~1.12.0", "matchdep": "~0.3.0", "browserify": "~1.17.3", "grunt-contrib-uglify": "~0.2.7", "grunt-text-replace": "~0.3.10", "grunt-shell": "~0.6.1" }, "homepage": "https://github.com/netzpirat/haml-coffee", "repository": { "type": "git", "url": "git://github.com/netzpirat/haml-coffee.git" }, "bugs": { "url": "https://github.com/netzpirat/haml-coffee/issues" }, "scripts": { "test": "jasmine-node --coffee spec" } }