-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 956 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
39
{
"name": "lineman-jade",
"title": "Jade plugin for Lineman, using grunt-contrib-jade",
"description": "Provide Jade functionality to your Lineman application.",
"keywords": [
"lineman",
"grunt",
"jade"
],
"version": "0.1.2",
"homepage": "https://github.com/aranasoft/lineman-jade",
"author": "Arana Software <[email protected]> (http://www.aranasoft.com)",
"contributors": [
"Jay Harris <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/aranasoft/lineman-jade.git"
},
"bugs": {
"url": "https://github.com/aranasoft/lineman-jade/issues"
},
"main": "main.js",
"dependencies": {
"grunt-contrib-jade": "~0.9.1"
},
"devDependencies": {
"coffee-script": "~1.6.3"
},
"peerDependencies": {
"lineman": ">= 0.23.1"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/aranasoft/lineman-jade/raw/master/LICENSE-BSD"
}
]
}