This repository was archived by the owner on Jan 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.54 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.54 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "generator-playbook",
"version": "2.2.0",
"description": "A Yeoman generator for prototyping and building experiences.",
"keywords": [
"yeoman-generator",
"gulp",
"bourbon",
"neat",
"bitters",
"jekyll",
"jekyllrb",
"static",
"front-end",
"web",
"site",
"prototype",
"prototyping",
"sass",
"coffeescript",
"libsass",
"es6",
"babel"
],
"homepage": "http://playbook.centresource.com",
"bugs": "https://github.com/centresource/generator-playbook/issues",
"author": {
"name": "David Calhoun",
"email": "dpcalhoun@gmail.com",
"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": "~1.0.0"
},
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.1.0",
"gulp-cache": "^0.2.4",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.4.3",
"gulp-imagemin": "^2.1.0",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^3.6.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^1.0.0-alpha.2",
"gulp-uglify": "^1.1.0",
"mocha": "~1.12.0"
},
"peerDependencies": {
"yo": ">=1.1.2"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}