File tree 1 file changed +21
-21
lines changed
1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " optimize-css-assets-webpack-plugin" ,
3
3
"version" : " 4.0.0" ,
4
- "author" : " Nuno Rodrigues" ,
5
4
"description" : " A Webpack plugin to optimize \\ minimize CSS assets." ,
6
- "dependencies" : {
7
- "cssnano" : " ^3.4.0" ,
8
- "last-call-webpack-plugin" : " ^3.0.0"
9
- },
5
+ "keywords" : [
6
+ " CSS" ,
7
+ " duplicate" ,
8
+ " extract-text-webpack-plugin" ,
9
+ " minimize" ,
10
+ " optimize" ,
11
+ " remove" ,
12
+ " webpack"
13
+ ],
14
+ "homepage" : " http://github.com/NMFR/optimize-css-assets-webpack-plugin" ,
15
+ "license" : " MIT" ,
16
+ "author" : " Nuno Rodrigues" ,
10
17
"main" : " src/index.js" ,
18
+ "repository" : {
19
+ "type" : " git" ,
20
+ "url" : " http://github.com/NMFR/optimize-css-assets-webpack-plugin.git"
21
+ },
11
22
"scripts" : {
12
23
"test" : " jest" ,
13
24
"test:watch" : " jest --watch"
14
25
},
15
26
"jest" : {
27
+ "testEnvironment" : " node" ,
16
28
"watchPathIgnorePatterns" : [
17
29
" <rootDir>/test/js/*.*"
18
- ],
19
- "testEnvironment" : " node"
30
+ ]
20
31
},
21
- "homepage" : " http://github.com/NMFR/optimize-css-assets-webpack-plugin" ,
22
- "repository" : {
23
- "type" : " git" ,
24
- "url" : " http://github.com/NMFR/optimize-css-assets-webpack-plugin.git"
32
+ "dependencies" : {
33
+ "cssnano" : " ^3.4.0" ,
34
+ "last-call-webpack-plugin" : " ^3.0.0"
25
35
},
26
- "keywords" : [
27
- " CSS" ,
28
- " minimize" ,
29
- " optimize" ,
30
- " webpack" ,
31
- " remove" ,
32
- " duplicate" ,
33
- " extract-text-webpack-plugin"
34
- ],
35
- "license" : " MIT" ,
36
36
"devDependencies" : {
37
37
"babel-core" : " ^6.26.0" ,
38
38
"babel-jest" : " ^22.1.0" ,
You can’t perform that action at this time.
0 commit comments