backoffice/node_modules/grunt-less/package.json

78 lines
1.7 KiB
JSON

{
"_args": [
[
"grunt-less@0.1.7",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "grunt-less@0.1.7",
"_id": "grunt-less@0.1.7",
"_inBundle": false,
"_integrity": "sha1-FoUJY2lukprRZ2wj2lLB4x0vN1Q=",
"_location": "/grunt-less",
"_phantomChildren": {
"ycssmin": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "grunt-less@0.1.7",
"name": "grunt-less",
"escapedName": "grunt-less",
"rawSpec": "0.1.7",
"saveSpec": null,
"fetchSpec": "0.1.7"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/grunt-less/-/grunt-less-0.1.7.tgz",
"_spec": "0.1.7",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Jake Harding",
"email": "jacob.s.harding@gmail.com",
"url": "http://thejakeharding.com"
},
"bin": {
"grunt-less": "bin/grunt-less"
},
"bugs": {
"url": "https://github.com/jharding/grunt-less/issues"
},
"dependencies": {
"less": "~1.3"
},
"description": "Grunt task for LESS.",
"devDependencies": {
"grunt": "~0.3.7"
},
"engines": {
"node": ">=0.6.0"
},
"homepage": "https://github.com/jharding/grunt-less",
"keywords": [
"less",
"grunt",
"gruntplugin"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jharding/grunt-less/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"name": "grunt-less",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/jharding/grunt-less.git"
},
"scripts": {
"test": "grunt --base ./test/ --config ./test/grunt.js"
},
"version": "0.1.7"
}