forked from pattern-lab/edition-node-gulp
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "patternfly-css",
"description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
"version": "0.0.1",
"dependencies": {
"browser-sync": "^2.0.0",
"gulp": "gulpjs/gulp#4.0",
"minimist": "^1.2.0",
"patternengine-node-handlebars": "^1.0.0",
"pf-patternlab-node": "2.6.0-alpha-patternfly.2",
"plugin-node-handlebars-helper-listitems": "0.0.2",
"styleguidekit-assets-default": "^3.0.0",
"styleguidekit-mustache-default": "^3.0.0"
},
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Node",
"Gulp",
"Javascript"
],
"repository": {
"type": "git",
"url": "git://github.com/pattern-lab/edition-node-gulp.git"
},
"bugs": "https://github.com/pattern-lab/edition-node-gulp/issues",
"author": "Brian Muenzenmeyer",
"scripts": {
"postinstall": "node scripts/postinstall.js",
"gulp": "gulp -- ",
"publish": "ghpages",
"publish-travis": "ghpages -t -r origin -b gh-pages -f public"
},
"license": "MIT",
"engines": {
"node": ">=5.0"
},
"devDependencies": {
"bootstrap": "^4.0.0-beta",
"font-awesome": "^4.7.0",
"gulp-sass": "^2.3.2",
"patternfly-eng-publish": "0.1.0-alpha.18"
},
"patternfly": {
"publish": {
"siteFolder": "public"
}
}
}