2014-03-05 04:50:28 +04:00
|
|
|
{
|
|
|
|
"name": "grunt-css-flip",
|
|
|
|
"description": "Grunt plugin for Twitter's css-flip",
|
2016-03-07 14:05:13 +03:00
|
|
|
"version": "0.9.9",
|
2014-03-05 04:50:28 +04:00
|
|
|
"homepage": "https://github.com/twbs/grunt-css-flip",
|
2016-03-07 13:11:36 +03:00
|
|
|
"author": "Chris Rebert <code@chrisrebert.com> (http://chrisrebert.com)",
|
2014-03-05 04:50:28 +04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-02-20 12:23:20 +03:00
|
|
|
"url": "git+https://github.com/twbs/grunt-css-flip.git"
|
2014-03-05 04:50:28 +04:00
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/twbs/grunt-css-flip/issues"
|
|
|
|
},
|
2014-03-21 02:00:18 +04:00
|
|
|
"license": "MIT",
|
2014-03-08 09:37:21 +04:00
|
|
|
"files": [
|
|
|
|
"tasks",
|
|
|
|
"LICENSE"
|
|
|
|
],
|
2014-03-05 04:50:28 +04:00
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
2014-03-08 09:37:21 +04:00
|
|
|
"dependencies": {
|
2016-02-20 12:23:20 +03:00
|
|
|
"css-flip": "^0.5.0"
|
2014-03-08 09:37:21 +04:00
|
|
|
},
|
2014-03-05 04:50:28 +04:00
|
|
|
"devDependencies": {
|
2016-02-20 12:23:20 +03:00
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
|
|
"grunt-contrib-nodeunit": "^1.0.0",
|
|
|
|
"grunt-eslint": "^18.0.0",
|
2015-02-05 14:05:03 +03:00
|
|
|
"load-grunt-tasks": "^3.1.0"
|
2014-03-05 04:50:28 +04:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2016-02-20 12:23:20 +03:00
|
|
|
"grunt": ">=0.4.5"
|
2014-03-05 04:50:28 +04:00
|
|
|
},
|
2014-03-08 09:37:21 +04:00
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.10.0"
|
|
|
|
},
|
2014-03-05 04:50:28 +04:00
|
|
|
"keywords": [
|
|
|
|
"gruntplugin",
|
|
|
|
"grunt",
|
|
|
|
"css",
|
|
|
|
"flip",
|
|
|
|
"bidi",
|
|
|
|
"rtl"
|
2014-03-08 09:37:21 +04:00
|
|
|
]
|
2014-03-05 04:50:28 +04:00
|
|
|
}
|