forked from netzpirat/haml-coffee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 879 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "haml-coffee",
"description": "haml + coffeescript preprocessor",
"keywords": ["haml", "html", "javascript", "language", "coffeescript", "compiler"],
"author": "Sebastian Deutsch",
"version": "0.2.4",
"licenses": [{
"type": "MIT",
"url": "http://github.com/sebastiandeutsch/haml-coffee/raw/master/LICENSE"
}],
"engines": {
"node": ">=0.4.0"
},
"directories" : {
"lib" : "./lib"
},
"main" : "./lib/coffee-script",
"bin": {
"haml-coffee": "./bin/haml-coffee"
},
"dependencies": {
"coffee-script": ">= 1.0.1",
"should": ">= 0.0.4",
"glob": "2.0.5",
"optimist": ">= 0.2.6"
},
"homepage": "http://haml-coffee.9elements.com",
"repository": {
"type": "git",
"url": "git://github.com/sebastiandeutsch/haml-coffee.git"
}
}