File tree Expand file tree Collapse file tree 2 files changed +24
-22
lines changed Expand file tree Collapse file tree 2 files changed +24
-22
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI)." ,
4
4
"version" : " 0.14.0" ,
5
5
"devDependencies" : {
6
- "browser-sync" : " ^2.8.2 " ,
7
- "del" : " ^1.2.1 " ,
8
- "diveSync" : " ^0.2.1 " ,
9
- "fs-extra" : " ^0.14.0 " ,
10
- "glob" : " ^4.3.5 " ,
11
- "gulp" : " ^3.8.8 " ,
12
- "gulp-connect" : " ^2.0.6 " ,
6
+ "browser-sync" : " ^2.10.0 " ,
7
+ "del" : " ^2.0.2 " ,
8
+ "diveSync" : " ^0.3.0 " ,
9
+ "fs-extra" : " ^0.26.2 " ,
10
+ "glob" : " ^6.0.1 " ,
11
+ "gulp" : " ^3.9.0 " ,
12
+ "gulp-connect" : " ^2.2.0 " ,
13
13
"gulp-copy" : " 0.0.2" ,
14
- "gulp-header" : " ^1.0.5 " ,
14
+ "gulp-header" : " ^1.7.1 " ,
15
15
"gulp-load" : " ^0.1.1" ,
16
16
"gulp-nodeunit" : " 0.0.5" ,
17
17
"gulp-strip-banner" : " 0.0.2" ,
18
- "html-entities" : " ^1.1.1 " ,
19
- "mustache" : " ^1.0 .0"
18
+ "html-entities" : " ^1.2.0 " ,
19
+ "mustache" : " ^2.2 .0"
20
20
},
21
21
"keywords" : [
22
22
" Pattern Lab" ,
Original file line number Diff line number Diff line change 3
3
"description" : " Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI)." ,
4
4
"version" : " 0.14.0" ,
5
5
"devDependencies" : {
6
- "bs-html-injector" : " ^2 .0.4 " ,
7
- "diveSync" : " ^0.2.1 " ,
8
- "fs-extra" : " ^0.24.0 " ,
9
- "glob" : " ^4.3.5 " ,
10
- "grunt" : " ~0.4.0 " ,
11
- "grunt-browser-sync" : " ^2.1.3 " ,
12
- "grunt-contrib-concat" : " ^0.5.0 " ,
13
- "grunt-contrib-copy" : " ^0.7.0 " ,
6
+ "bs-html-injector" : " ^3 .0.0 " ,
7
+ "diveSync" : " ^0.3.0 " ,
8
+ "fs-extra" : " ^0.26.2 " ,
9
+ "glob" : " ^6.0.1 " ,
10
+ "grunt" : " ~0.4.5 " ,
11
+ "grunt-browser-sync" : " ^2.2.0 " ,
12
+ "grunt-contrib-concat" : " ^0.5.1 " ,
13
+ "grunt-contrib-copy" : " ^0.8.2 " ,
14
14
"grunt-contrib-nodeunit" : " ^0.4.1" ,
15
15
"grunt-contrib-watch" : " ^0.6.1" ,
16
- "html-entities" : " ^1.1.1 " ,
17
- "matchdep" : " ^0.3 .0" ,
18
- "mustache" : " ^1.0 .0"
16
+ "html-entities" : " ^1.2.0 " ,
17
+ "matchdep" : " ^1.0 .0" ,
18
+ "mustache" : " ^2.2 .0"
19
19
},
20
20
"keywords" : [
21
21
" Pattern Lab" ,
22
22
" Atomic Web Design" ,
23
23
" Node" ,
24
24
" Grunt" ,
25
+ " Gulp" ,
25
26
" Javascript"
26
27
],
27
28
"repository" : {
28
29
"type" : " git" ,
29
30
"url" : " git://github.com/pattern-lab/patternlab-node.git"
30
31
},
32
+ "bugs" : " https://github.com/pattern-lab/patternlab-node/issues" ,
31
33
"author" : " Brian Muenzenmeyer" ,
32
34
"license" : " MIT" ,
33
35
"scripts" : {
34
36
"test" : " grunt travis --verbose"
35
37
},
36
38
"engines" : {
37
- "node" : " >=0.1"
39
+ "node" : " >=0.1 <4.0 "
38
40
}
39
41
}
You can’t perform that action at this time.
0 commit comments