backoffice/node_modules/csslint/package.json

83 lines
1.8 KiB
JSON

{
"_args": [
[
"csslint@0.10.0",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "csslint@0.10.0",
"_id": "csslint@0.10.0",
"_inBundle": false,
"_integrity": "sha1-OmoE51Zcjp0ZvrSXZ8fslug2WAU=",
"_location": "/csslint",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "csslint@0.10.0",
"name": "csslint",
"escapedName": "csslint",
"rawSpec": "0.10.0",
"saveSpec": null,
"fetchSpec": "0.10.0"
},
"_requiredBy": [
"/grunt-contrib-csslint"
],
"_resolved": "https://registry.npmjs.org/csslint/-/csslint-0.10.0.tgz",
"_spec": "0.10.0",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Nicole Sullivan"
},
"bin": {
"csslint": "./cli.js"
},
"bugs": {
"url": "https://github.com/stubbornella/csslint/issues"
},
"contributors": [
{
"name": "Nicholas C. Zakas"
}
],
"dependencies": {
"parserlib": "~0.2.2"
},
"description": "CSSLint",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.5.4",
"grunt-contrib-watch": "~0.4.4",
"grunt-include-replace": "~0.4.0",
"yuitest": "~0.7.9"
},
"directories": {
"lib": "lib"
},
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/stubbornella/csslint#readme",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/stubbornella/csslint/blob/master/LICENSE"
}
],
"main": "./lib/csslint-node.js",
"name": "csslint",
"repository": {
"type": "git",
"url": "git+https://github.com/stubbornella/csslint.git"
},
"scripts": {
"test": "grunt test"
},
"version": "0.10.0"
}