-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "H42PatternLabPHP",
"description": "PatternLabPHP Setup",
"version": "1.0.2",
"dependencies": {
"breakpoint-sass": "^2.7.1",
"breakpoints-js": "^1.0.4",
"browser-sync": "^2.18.12",
"font-awesome": "^4.7.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-concat": "^2.6.1",
"gulp-flatten": "^0.3.1",
"gulp-sass": "^2.3.2",
"gulp-sass-error": "^1.0.4",
"gulp-shell": "^0.6.3",
"gulp-sourcemaps": "^2.6.4",
"gulp-tap": "^1.0.1",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"jquery": "^3.2.1",
"jquery-accessible-accordion-aria": "^2.4.2",
"jquery-accessible-tabpanel-aria": "^1.5.3",
"node-sass": "^4.5.3",
"node-sass-globbing": "^0.0.23",
"patternlab-node": "^2.0.0",
"responsive-nav": "^1.0.39",
"singularitygs": "^1.7.1",
"slick-carousel": "^1.6.0"
},
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Node",
"Gulp",
"Javascript"
],
"scripts": {
"start": "npm rebuild node-sass && gulp clean && gulp compile && gulp theme",
"preinstall": "./preinstall.sh",
"postinstall": "./postinstall.sh && gulp patternlab:serve"
},
"contributors": [
"Eric Guerin",
"Hook42 (http://www.hook42.com)"
],
"license": "MIT",
"engines": {
"node": ">=6.0"
}
}