File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " grunt-purifycss" ,
33 "description" : " Clean unnecessary CSS" ,
44 "version" : " 0.1.0" ,
5- "homepage" : " https://github.com/purifycss/grunt-purify-css " ,
5+ "homepage" : " https://github.com/purifycss/grunt-purifycss " ,
66 "author" : {
77 "name" : " Phoebe Li, Matthew Rourke, Kenny Tran"
88 },
99 "repository" : {
1010 "type" : " git" ,
11- "url" : " https://github.com/purifycss/grunt-purify-css .git"
11+ "url" : " https://github.com/purifycss/grunt-purifycss .git"
1212 },
1313 "bugs" : {
14- "url" : " https://github.com/purifycss/grunt-purify-css /issues"
14+ "url" : " https://github.com/purifycss/grunt-purifycss /issues"
1515 },
1616 "licenses" : [
1717 {
1818 "type" : " MIT" ,
19- "url" : " https://github.com/purifycss/grunt-purify-css /blob/master/LICENSE-MIT"
19+ "url" : " https://github.com/purifycss/grunt-purifycss /blob/master/LICENSE-MIT"
2020 }
2121 ],
22- "engines" : {
22+ "files" : [
23+ " tasks" ,
24+ " package.json" ,
25+ " README.md" ,
26+ " LICENSE-MIT"
27+ ],
28+ "engines" : {
2329 "node" : " >= 0.8.0"
2430 },
2531 "scripts" : {
2834 "devDependencies" : {
2935 "grunt-contrib-jshint" : " ^0.9.2" ,
3036 "grunt-contrib-clean" : " ^0.5.0" ,
31- "grunt-contrib-nodeunit" : " ^0.3.3" ,
3237 "grunt" : " ~0.4.5"
3338 },
3439 "peerDependencies" : {
3540 "grunt" : " ~0.4.5"
3641 },
3742 "keywords" : [
38- " gruntplugin"
43+ " gruntplugin" ,
44+ " purify" ,
45+ " css" ,
46+ " purifycss" ,
47+ " remove"
3948 ],
4049 "dependencies" : {
4150 "glob" : " ^5.0.10" ,
You can’t perform that action at this time.
0 commit comments