forked from concordusapps/grunt-haml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.11 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "grunt-haml",
"description": "Process HAML templates to precompiled JavaScript or rendered HTML.",
"version": "0.9.0",
"homepage": "https://github.com/concordusapps/grunt-haml",
"author": {
"name": "Concordus Applications"
},
"repository": {
"type": "git",
"url": "git://github.com/concordusapps/grunt-haml.git"
},
"bugs": {
"url": "https://github.com/concordusapps/grunt-haml/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/concordusapps/grunt-haml/blob/master/LICENSE"
}
],
"main": "tasks/haml.js",
"scripts": {
"test": "grunt test"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"haml": "0.4.x",
"haml-coffee": "1.14.x",
"async": "^0.9.0"
},
"devDependencies": {
"grunt-contrib-jshint": "0.1.x",
"grunt-contrib-nodeunit": "0.1.x",
"grunt-contrib-clean": "git://github.com/gruntjs/grunt-contrib-clean.git",
"grunt-contrib-internal": "0.1.x",
"async": "^0.9.0",
"grunt": "0.4.x"
},
"keywords": [
"gruntplugin",
"haml",
"grunt",
"js",
"coffee"
]
}