forked from centresource/generator-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.12 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
53
54
55
{
"name": "generator-playbook",
"version": "1.1.3",
"description": "A Yeoman generator for a Jekyll site utilizing thoughtbot's Bourbon toolset.",
"keywords": [
"yeoman-generator",
"bourbon",
"neat",
"bitters",
"jekyll",
"jekyllrb",
"static",
"front-end",
"web",
"site",
"sass",
"coffeescript"
],
"homepage": "https://github.com/centresource/generator-playbook",
"bugs": "https://github.com/centresource/generator-playbook/issues",
"author": {
"name": "David Calhoun",
"email": "[email protected]",
"url": "http://centresource.com"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/centresource/generator-playbook.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.13.4",
"globule": "~0.1.0",
"shelljs": "~0.1.4",
"chalk": "~0.2.0"
},
"devDependencies": {
"mocha": "~1.12.0"
},
"peerDependencies": {
"yo": ">=1.1.2"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}