barebones/package.json

15 lines
343 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",
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",
"grunt-contrib-jshint": "~0.10.0"
2014-02-07 13:29:13 +01:00
}
2014-06-20 16:59:08 +02:00
}