forked from robwierzbowski/generator-jekyllrb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 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
50
51
52
{
"name": "generator-jekyllrb",
"description": "Supercharge Jekyll development with Yeoman. Yo, Jekyllrb!",
"version": "1.4.1",
"homepage": "https://github.com/robwierzbowski/generator-jekyllrb",
"author": "Rob Wierzbowski <[email protected]> (http://robwierzbowski.com)",
"repository": {
"type": "git",
"url": "git://github.com/robwierzbowski/generator-jekyllrb.git"
},
"bugs": "https://github.com/robwierzbowski/generator-jekyllrb/issues",
"licenses": [
{
"type": "BSD-new"
}
],
"main": "app/index.js",
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.18.6",
"globule": "~0.1.0",
"shelljs": "~0.1.4",
"chalk": "~0.2.0"
},
"peerDependencies": {
"yo": ">=1.0.4",
"generator-mocha": "~0.1.1"
},
"devDependencies": {
"mocha": "~1.12.0"
},
"keywords": [
"yeoman-generator",
"jekyll",
"jekyllrb",
"static",
"front-end",
"web",
"site",
"h5bp",
"sass",
"compass",
"coffeescript",
"autoprefixer"
]
}