UNPKG

1.15 kBJSONView Raw
1{
2 "name" : "haml-coffee",
3 "description" : "Haml templates where you can write inline CoffeeScript.",
4 "keywords" : ["haml", "coffeescript", "templating", "html", "javascript", "language", "compiler"],
5 "author" : "Michael Kessler <michi@netzpiraten.ch>",
6 "maintainers" : [
7 {
8 "name" : "Michael Kessler"
9 }
10 ],
11 "version" : "1.9.0",
12 "licenses" : [
13 {
14 "type" : "MIT",
15 "url" : "http://github.com/netzpirat/haml-coffee/raw/master/LICENSE"
16 }
17 ],
18 "browserify" : "./src/haml-coffee",
19 "engines" : {
20 "node" : ">=0.4.0"
21 },
22 "directories" : {
23 "lib" : "./src"
24 },
25 "bin" : {
26 "haml-coffee" : "./bin/haml-coffee"
27 },
28 "dependencies" : {
29 "coffee-script" : ">= 1.1.3",
30 "findit" : ">= 0.1.2",
31 "optimist" : ">= 0.3.0"
32 },
33 "devDependencies" : {
34 "jasmine-node" : ">= 1.0.13"
35 },
36 "homepage" : "https://github.com/netzpirat/haml-coffee",
37 "repository" : {
38 "type" : "git",
39 "url" : "git://github.com/netzpirat/haml-coffee.git"
40 },
41 "bugs" : {
42 "url" : "https://github.com/netzpirat/haml-coffee/issues"
43 },
44 "scripts" : {
45 "test" : "jasmine-node --coffee spec"
46 }
47}