-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.14 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
50
51
{
"name": "generator-liquid",
"version": "1.4.2",
"description": "A Yeoman generator for building WordPress and static projects with the following: Scotch Box (Vagrant), Gulp, SCSS, BrowserSync",
"keywords": [
"yeoman-generator",
"wordpress-generator",
"static-generator",
"yeoman",
"wordpress",
"static",
"vagrant",
"node",
"bower",
"gulp",
"scss",
"autoprefixr",
"iconfont",
"jquery",
"modernizr",
"browsersync",
"backupbuddy",
"formidable-forms",
"jetpack",
"optiontree",
"pods",
"relevanssi",
"yoast-seo"
],
"homepage": "https://github.com/ryanaltvater/generator-liquid",
"issues": "https://github.com/ryanaltvater/generator-liquid/issues",
"repository": {
"type": "git",
"url": "[email protected]:ryanaltvater/generator-liquid.git"
},
"author": {
"name": "Ryan Altvater",
"email": "[email protected]",
"url": "http://ryanaltvater.com"
},
"main": "generators/index.js",
"files": [
"generators"
],
"dependencies": {
"yeoman-generator": "^1.0.1",
"chalk": "^1.0.0",
"yosay": "^1.2.1"
},
"license": "MIT"
}