-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.42 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
{
"name": "edition-node-gulp",
"description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
"version": "2.0.0-alpha.6",
"main": "gulpfile.js",
"dependencies": {
"browser-sync": "^2.0.0",
"chalk": "^2.3.0",
"gulp": "gulpjs/gulp#4.0",
"minimist": "^1.2.0",
"patternlab-node": "2.9.3",
"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": {
"start": "gulp patternlab:serve",
"postinstall": "node scripts/postinstall.js",
"gulp": "gulp -- "
},
"license": "MIT",
"engines": {
"node": ">=5.0"
},
"devDependencies": {
"cssnano": "^3.10.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-stylelint": "^5.0.0",
"postcss-custom-media": "^6.0.0",
"postcss-pxtorem": "^4.0.1",
"rucksack-css": "^1.0.2",
"stylelint-config-primer": "^2.1.0"
}
}