backoffice/node_modules/grunt-cssjanus/package.json

66 lines
1.6 KiB
JSON

{
"_from": "grunt-cssjanus@^0.2.4",
"_id": "grunt-cssjanus@0.2.4",
"_inBundle": false,
"_integrity": "sha1-XXD5S+k0QGxTC8SeY7Uak1HI2/Y=",
"_location": "/grunt-cssjanus",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "grunt-cssjanus@^0.2.4",
"name": "grunt-cssjanus",
"escapedName": "grunt-cssjanus",
"rawSpec": "^0.2.4",
"saveSpec": null,
"fetchSpec": "^0.2.4"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/grunt-cssjanus/-/grunt-cssjanus-0.2.4.tgz",
"_shasum": "5d70f94be934406c530bc49e63b51a9351c8dbf6",
"_spec": "grunt-cssjanus@^0.2.4",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Yoav Farhi",
"email": "yoav@farhi.org",
"url": "http://yoavfarhi.com"
},
"bugs": {
"url": "https://github.com/cssjanus/grunt-cssjanus/issues"
},
"bundleDependencies": false,
"dependencies": {
"cssjanus": ">=1.1.2"
},
"deprecated": false,
"description": "Grunt plugin to convert CSS stylesheets between left-to-right and right-to-left",
"devDependencies": {
"grunt": "~0.4.1"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/cssjanus/grunt-cssjanus",
"keywords": [
"gruntplugin"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/cssjanus/grunt-cssjanus/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"name": "grunt-cssjanus",
"peerDependencies": {
"grunt": "~0.4.1"
},
"repository": {
"type": "git",
"url": "git://github.com/cssjanus/grunt-cssjanus.git"
},
"version": "0.2.4"
}