-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 918 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
40
41
42
43
44
45
46
47
48
{
"name": "generator-poole",
"version": "0.5.0",
"description": "A Yeoman generator for Jekyll sites.",
"license": "MIT",
"main": "app/index.js",
"repository": "iamcarrico/generator-poole",
"author": {
"name": "Ian Carrico",
"email": "[email protected]",
"url": "https://github.com/iamcarrico"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app",
"shared.js",
"post",
"publish",
"unpublish",
"LICENSE"
],
"keywords": [
"yeoman-generator",
"jekyll",
"blog",
"jekyllrb"
],
"dependencies": {
"yeoman-generator": "0.18.6",
"chalk": "~0.4.0",
"yosay": "^0.1.0",
"underscore.string": "~2.3.3",
"execSync": "~1.0.1-pre"
},
"devDependencies": {
"gulp-poole": "*",
"mocha": "*"
},
"peerDependencies": {
"generator-corona": "*",
"yo": ">=1.0.0"
}
}