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+ "files" : [
23+ " tasks" ,
24+ " package.json" ,
25+ " README.md" ,
26+ " LICENSE-MIT"
27+ ],
2228 "engines" : {
2329 "node" : " >= 0.8.0"
2430 },
2531 "scripts" : {
2632 "test" : " grunt test"
2733 },
2834 "devDependencies" : {
29- "grunt-contrib-jshint " : " ^0.9.2 " ,
35+ "grunt" : " ~0.4.5 " ,
3036 "grunt-contrib-clean" : " ^0.5.0" ,
31- "grunt-contrib-nodeunit" : " ^0.3.3" ,
32- "grunt" : " ~0.4.5"
37+ "grunt-contrib-jshint" : " ^0.9.2" ,
38+ "grunt-contrib-nodeunit" : " ^0.4.1" ,
39+ "mocha" : " ^2.2.5"
3340 },
3441 "peerDependencies" : {
3542 "grunt" : " ~0.4.5"
3643 },
3744 "keywords" : [
38- " gruntplugin"
45+ " gruntplugin" ,
46+ " purify" ,
47+ " css" ,
48+ " purifycss" ,
49+ " remove"
3950 ],
4051 "dependencies" : {
4152 "glob" : " ^5.0.10" ,
You can’t perform that action at this time.
0 commit comments