barebones/package.json

16 lines
382 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-06-30 12:08:17 +02:00
"grunt-imageoptim": "~0.9.6",
2014-05-08 12:24:17 +02:00
"grunt-svg2png": "~0.2.0",
"grunt-svgmin": "~0.4.0",
2014-05-08 17:45:41 +02:00
"grunt-contrib-uglify": "~0.4.0",
2014-06-20 16:59:08 +02:00
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-compass": "~0.8.0"
2014-02-07 13:29:13 +01:00
}
2014-06-20 16:59:08 +02:00
}