-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 880 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 880 Bytes
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
33
34
35
36
37
38
{
"name": "haml-coffee-loader",
"version": "0.0.5",
"description": "Require and automatically compile haml-coffee (.hamlc) files.",
"author": {
"name": "Scott Brady",
"email": "scott@sbrady.com"
},
"keywords": [
"haml",
"coffee",
"haml-coffee",
"load",
"compile",
"extension"
],
"repository": {
"type": "git",
"url": "git://github.com/scottbrady/haml-coffee-loader"
},
"main": "./index.js",
"engines": {
"node": "*"
},
"license": {
"type": "MIT",
"url": "https://github.com/scottbrady/haml-coffee-loader/blob/master/LICENSE"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/scottbrady/haml-coffee-loader/issues"
},
"homepage": "https://github.com/scottbrady/haml-coffee-loader",
"dependencies": {
"haml-coffee" : "~1.14.1",
"coffee-script": "~1.8.0"
}
}