-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 880 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
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": "[email protected]"
},
"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"
}
}