barebones/package.json

13 lines
288 B
JSON
Raw Normal View History

2014-02-07 13:29:13 +01:00
{
"devDependencies": {
2014-02-21 11:23:33 +01:00
"grunt": "~0.4.2",
2014-12-09 17:38:29 +01:00
"grunt-sass": "~0.17.0",
2014-07-22 10:52:04 +02:00
"grunt-contrib-watch": "~0.6.1",
"grunt-imageoptim": "~1.4.1",
2014-05-08 12:24:17 +02:00
"grunt-svg2png": "~0.2.0",
"grunt-svgmin": "~0.4.0",
2014-07-22 10:52:04 +02:00
"grunt-contrib-uglify": "~0.5.0",
2014-12-09 17:38:29 +01:00
"grunt-autoprefixer": "~0.8.2"
2014-02-07 13:29:13 +01:00
}
2014-06-20 16:59:08 +02:00
}