{ "name": "grunt-css-flip", "description": "Grunt plugin for Twitter's css-flip", "version": "0.1.0", "homepage": "https://github.com/twbs/grunt-css-flip", "author": "Chris Rebert (http://chrisrebert.com)", "repository": { "type": "git", "url": "https://github.com/twbs/grunt-css-flip.git" }, "bugs": { "url": "https://github.com/twbs/grunt-css-flip/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/twbs/grunt-css-flip/blob/master/LICENSE" } ], "files": [ "tasks", "LICENSE" ], "scripts": { "test": "grunt test" }, "dependencies": { "css-flip": "~0.3.0" }, "devDependencies": { "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-nodeunit": "~0.3.2", "grunt": "~0.4.3", "grunt-jscs-checker": "~0.4.0", "load-grunt-tasks": "~0.4.0" }, "peerDependencies": { "grunt": "~0.4.3" }, "engines": { "node": ">= 0.10.0" }, "keywords": [ "gruntplugin", "grunt", "css", "flip", "bidi", "rtl" ] }