grunt-stripmq
Version:
Create a desktop version of your mobile-first CSS
45 lines (44 loc) • 970 B
JSON
{
"name": "grunt-stripmq",
"title": "grunt-stripmq",
"description": "Create a desktop version of your mobile-first CSS",
"version": "0.0.6",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jtangelder/grunt-stripmq/blob/master/LICENSE"
}
],
"scripts": {
"test": "cd test && node run.js"
},
"keywords": [
"gruntplugin",
"mediaquery",
"mobile",
"css"
],
"author": {
"name": "Jorik Tangelder",
"email": "j.tangelder@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/jtangelder/grunt-stripmq.git"
},
"bugs": {
"url": "https://github.com/jtangelder/grunt-stripmq/issues"
},
"dependencies": {
"grunt": "^0.4.5",
"underscore": "^1.6.0",
"css-stringify": "^1.4.1",
"css-parse": "^1.7.0",
"css-mediaquery": "^0.1.2",
"clean-css": "^2.1.8"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.10.0"
},
"main": "index"
}