You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
397 B
15 lines
397 B
{
|
|
"description": "Grunt tasks for sass.",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-autoprefixer": "^3.0.3",
|
|
"grunt-contrib-csslint": "^0.5.0",
|
|
"grunt-contrib-jshint": "^0.12.0",
|
|
"grunt-sass": "^1.2.1",
|
|
"grunt-cssbeautifier": "^0.1.2",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-exec": "~0.4.2",
|
|
"grunt-load-gruntfile" : "^0.0.2"
|
|
}
|
|
}
|
|
|