forked from aranasoft/lineman-jade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 913 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
{
"name": "lineman-pug",
"title": "Pug plugin for Lineman, using grunt-contrib-pug",
"description": "Provide Pug functionality to your Lineman application.",
"keywords": [
"lineman",
"grunt",
"jade",
"pug"
],
"version": "0.4.0",
"homepage": "https://github.com/linemanjs/lineman-pug",
"license": "BSD-3-Clause",
"author": "Justin Searls <[email protected]>",
"contributors": [
"Jay Harris <[email protected]>",
"Arana Software <[email protected]> (http://www.aranasoft.com)"
],
"repository": {
"type": "git",
"url": "git://github.com/linemanjs/lineman-pug.git"
},
"bugs": {
"url": "https://github.com/linemanjs/lineman-pug/issues"
},
"main": "main.js",
"dependencies": {
"grunt-contrib-pug": "^3.0.0"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/linemanjs/lineman-pug/raw/master/LICENSE-BSD"
}
]
}