barebones/package.json

15 lines
368 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-07-22 10:52:04 +02:00
"grunt-contrib-sass": "~0.7.3",
"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-07-24 18:44:57 +02:00
"grunt-contrib-jshint": "~0.10.0",
2014-08-15 12:43:24 +02:00
"grunt-autoprefixer": "~0.8.2",
"grunt-browserify": "~2.1.4"
2014-02-07 13:29:13 +01:00
}
2014-06-20 16:59:08 +02:00
}