-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 895 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": "gulp-layoutize",
"version": "0.0.4",
"description": "Render contents of input files through a templating engine (powered by consolidate.js)",
"keywords": [
"gulp plugin",
"gulpplugin",
"layoutize",
"templatize",
"template",
"gulp consolidate"
],
"homepage": "https://github.com/rowoot/gulp-layoutize/",
"bugs": "https://github.com/rowoot/gulp-layoutize/issues/",
"author": {
"name": "Micheal Benedict (@micheal)",
"email": "",
"url": "https://github.com/rowoot"
},
"repository": "rowoot/gulp-layoutize",
"scripts": {
"test": "mocha"
},
"dependencies": {
"through2": "*",
"gulp-util": "~2.2.0",
"consolidate": "~0.10.0",
"node.extend": "~1.0.9"
},
"devDependencies": {
"mocha": "*",
"jade": "~1.1.5"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"license": "MIT"
}