grunt-css-flip/package.json

47 строки
965 B
JSON
Исходник Постоянная ссылка Обычный вид История

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",
"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"
},
"license": "MIT",
"files": [
"tasks",
"LICENSE"
],
2014-03-05 04:50:28 +04:00
"scripts": {
"test": "grunt test"
},
"dependencies": {
2016-02-20 12:23:20 +03:00
"css-flip": "^0.5.0"
},
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
},
"engines": {
"node": ">= 0.10.0"
},
2014-03-05 04:50:28 +04:00
"keywords": [
"gruntplugin",
"grunt",
"css",
"flip",
"bidi",
"rtl"
]
2014-03-05 04:50:28 +04:00
}