barebones/package.json

14 lines
348 B
JSON
Raw Normal View History

2014-02-07 13:29:13 +01:00
{
"name": "barebones",
"version": "0.1.0",
"devDependencies": {
2014-02-21 11:23:33 +01:00
"grunt": "~0.4.2",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
2014-05-08 12:24:17 +02:00
"grunt-contrib-imagemin": "~0.5.0",
"grunt-svg2png": "~0.2.0",
"grunt-svgmin": "~0.4.0",
2014-05-08 17:45:41 +02:00
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0"
2014-02-07 13:29:13 +01:00
}
2014-03-31 17:19:42 +02:00
}