backoffice/node_modules/bootlint/package.json

130 lines
2.9 KiB
JSON

{
"_args": [
[
"bootlint@0.12.0",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "bootlint@0.12.0",
"_id": "bootlint@0.12.0",
"_inBundle": false,
"_integrity": "sha1-TSPHK0iuLg5QIl0t2e16mlH8F8M=",
"_location": "/bootlint",
"_phantomChildren": {
"brace-expansion": "1.1.8",
"escape-string-regexp": "1.0.5",
"inflight": "1.0.6",
"inherits": "2.0.3",
"ms": "2.0.0",
"once": "1.4.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "bootlint@0.12.0",
"name": "bootlint",
"escapedName": "bootlint",
"rawSpec": "0.12.0",
"saveSpec": null,
"fetchSpec": "0.12.0"
},
"_requiredBy": [
"/grunt-bootlint"
],
"_resolved": "https://registry.npmjs.org/bootlint/-/bootlint-0.12.0.tgz",
"_spec": "0.12.0",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Chris Rebert",
"email": "code@rebertia.com",
"url": "http://chrisrebert.com"
},
"bin": {
"bootlint": "./src/cli.js"
},
"browser": {
"binary-search": false,
"cheerio": "jquery",
"url": "./src/url.js",
"./cli": false,
"./location": false
},
"bugs": {
"url": "https://github.com/twbs/bootlint/issues"
},
"contributors": [
{
"name": "Heinrich Fenkart",
"email": "hnrch02@gmail.com",
"url": "http://hnrch02.me"
}
],
"dependencies": {
"binary-search": "^1.2.0",
"bluebird": "^2.9.12",
"body-parser": "^1.12.0",
"chalk": "^1.0.0",
"cheerio": "^0.18.0",
"commander": "^2.6.0",
"debug": "^2.1.1",
"express": "^4.11.2",
"glob": "^4.4.0",
"morgan": "^1.5.1",
"semver": "^4.3.0",
"void-elements": "^2.0.1"
},
"description": "HTML linter for Bootstrap projects",
"devDependencies": {
"coveralls": "^2.11.2",
"grunt-banner": "^0.3.1",
"grunt-browserify": "^3.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^7.0.0",
"grunt-exec": "^0.4.6",
"grunt-jscs": "^1.5.0",
"jquery": "~2.1.3",
"jscoverage": "^0.5.9",
"jscs-jsdoc": "^0.4.5",
"load-grunt-tasks": "^3.1.0",
"nodeunit": "^0.9.0",
"npm-shrinkwrap": "^200.1.0",
"time-grunt": "^1.0.0"
},
"files": [
"bin",
"dist",
"src",
"app.js",
"LICENSE"
],
"homepage": "https://github.com/twbs/bootlint",
"keywords": [
"bootstrap",
"checker",
"correctness",
"html",
"lint",
"linter",
"validator",
"validity"
],
"license": "MIT",
"main": "./src/bootlint.js",
"name": "bootlint",
"repository": {
"type": "git",
"url": "git+https://github.com/twbs/bootlint.git"
},
"scripts": {
"coveralls": "jscoverage src && BOOTLINT_COV=1 nodeunit --reporter=lcov test | coveralls",
"start": "./bin/www",
"test": "grunt test"
},
"version": "0.12.0"
}