File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " html-loader" ,
3- "version" : " 0.2.3 " ,
4- "author" : " Tobias Koppers @sokra" ,
5- "description" : " html loader module for webpack" ,
6- "dependencies" : {
7- "html-minifier" : " ^0.7.2" ,
8- "source-map" : " 0.1.x" ,
9- "fastparse" : " ^1.0.0" ,
10- "loader-utils" : " ~0.2.2"
11- },
12- "devDependencies" : {
13- "mocha" : " 1.17.x" ,
14- "should" : " 3.1.x"
15- },
16- "scripts" : {
17- "test" : " mocha --reporter spec"
18- },
19- "repository" : {
20- "type" : " git" ,
21- "url" : " git@github.com:webpack/html-loader.git"
22- },
23- "licenses" : [
24- {
25- "type" : " MIT" ,
26- "url" : " http://www.opensource.org/licenses/mit-license.php"
27- }
28- ]
2+ "name" : " html-loader" ,
3+ "version" : " 0.3.0 " ,
4+ "author" : " Tobias Koppers @sokra" ,
5+ "description" : " html loader module for webpack" ,
6+ "dependencies" : {
7+ "html-minifier" : " ^0.7.2" ,
8+ "source-map" : " 0.1.x" ,
9+ "fastparse" : " ^1.0.0" ,
10+ "loader-utils" : " ~0.2.2"
11+ },
12+ "devDependencies" : {
13+ "mocha" : " 1.17.x" ,
14+ "should" : " 3.1.x"
15+ },
16+ "scripts" : {
17+ "test" : " mocha --reporter spec"
18+ },
19+ "repository" : {
20+ "type" : " git" ,
21+ "url" : " git@github.com:webpack/html-loader.git"
22+ },
23+ "licenses" : [
24+ {
25+ "type" : " MIT" ,
26+ "url" : " http://www.opensource.org/licenses/mit-license.php"
27+ }
28+ ]
2929}
You can’t perform that action at this time.
0 commit comments