grunt-css-flip/package.json

47 строки
965 B
JSON

{
"name": "grunt-css-flip",
"description": "Grunt plugin for Twitter's css-flip",
"version": "0.9.9",
"homepage": "https://github.com/twbs/grunt-css-flip",
"author": "Chris Rebert <code@chrisrebert.com> (http://chrisrebert.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/twbs/grunt-css-flip.git"
},
"bugs": {
"url": "https://github.com/twbs/grunt-css-flip/issues"
},
"license": "MIT",
"files": [
"tasks",
"LICENSE"
],
"scripts": {
"test": "grunt test"
},
"dependencies": {
"css-flip": "^0.5.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-eslint": "^18.0.0",
"load-grunt-tasks": "^3.1.0"
},
"peerDependencies": {
"grunt": ">=0.4.5"
},
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"gruntplugin",
"grunt",
"css",
"flip",
"bidi",
"rtl"
]
}