UNPKG

1.4 kBJSONView Raw
1{
2 "name": "haml-coffee",
3 "description": "Haml templates where you can write inline CoffeeScript.",
4 "keywords": [
5 "haml",
6 "coffeescript",
7 "templating",
8 "html",
9 "javascript",
10 "language",
11 "compiler"
12 ],
13 "author": "Michael Kessler <michi@netzpiraten.ch>",
14 "maintainers": [
15 {
16 "name": "Michael Kessler"
17 }
18 ],
19 "version": "1.11.1",
20 "licenses": [
21 {
22 "type": "MIT",
23 "url": "http://github.com/netzpirat/haml-coffee/raw/master/LICENSE"
24 }
25 ],
26 "browserify": "./src/haml-coffee",
27 "engines": {
28 "node": ">=0.4.0"
29 },
30 "directories": {
31 "lib": "./src"
32 },
33 "bin": {
34 "haml-coffee": "./bin/haml-coffee"
35 },
36 "dependencies": {
37 "coffee-script": ">= 1.1.3",
38 "findit": "~0.1.2",
39 "optimist": "~0.3.5"
40 },
41 "devDependencies": {
42 "grunt": "~0.4.1",
43 "grunt-regarde": "~0.1.1",
44 "grunt-jasmine-node": "~0.0.6",
45 "jasmine-node": "~1.4.0",
46 "matchdep": "~0.1.1",
47 "browserify": "~1.17.3",
48 "grunt-contrib-uglify": "~0.2.0",
49 "grunt-release": "~0.3.2",
50 "grunt-text-replace": "~0.3.2"
51 },
52 "homepage": "https://github.com/netzpirat/haml-coffee",
53 "repository": {
54 "type": "git",
55 "url": "git://github.com/netzpirat/haml-coffee.git"
56 },
57 "bugs": {
58 "url": "https://github.com/netzpirat/haml-coffee/issues"
59 },
60 "scripts": {
61 "test": "jasmine-node --coffee spec"
62 }
63}