1234567891011121314151617 |
- {
- "name": "grunt-theme",
- "version": "0.1.0",
- "dependencies": {
- "load-grunt-tasks": "~0.3.0"
- },
- "devDependencies": {
- "grunt": "~0.4.2",
- "grunt-contrib-sass": "~0.7.2",
- "grunt-contrib-cssmin": "~0.7.0",
- "grunt-contrib-imagemin": "~0.4.0",
- "grunt-contrib-jshint": "~0.8.0",
- "grunt-contrib-uglify": "~0.2.7",
- "grunt-contrib-concat": "~0.3.0",
- "grunt-contrib-watch": "~0.5.3"
- }
- }
|