more grunt modules
Showing
README.md
0 → 100644
| ... | @@ -19,8 +19,11 @@ | ... | @@ -19,8 +19,11 @@ |
| "homepage": "https://github.com/madhur/angular-emoji-popup", | "homepage": "https://github.com/madhur/angular-emoji-popup", | ||
| "devDependencies": { | "devDependencies": { | ||
| "grunt": "^0.4.5", | "grunt": "^0.4.5", | ||
| "grunt-banner": "^0.2.3", | |||
| "grunt-contrib-copy": "^0.7.0", | |||
| "grunt-contrib-cssmin": "^0.11.0", | "grunt-contrib-cssmin": "^0.11.0", | ||
| "grunt-contrib-jshint": "^0.10.0", | "grunt-contrib-jshint": "^0.10.0", | ||
| "grunt-contrib-uglify": "^0.7.0" | "grunt-contrib-uglify": "^0.7.0", | ||
| "grunt-contrib-watch": "^0.6.1" | |||
| } | } | ||
| } | } |
Please register or sign in to comment