2014-07-11 09:50:03 +04:00
|
|
|
{
|
2014-07-19 07:04:57 +04:00
|
|
|
"name": "bootlint",
|
2015-01-07 15:00:47 +03:00
|
|
|
"version": "0.9.2",
|
2014-07-19 07:04:57 +04:00
|
|
|
"description": "HTML linter for Bootstrap projects",
|
|
|
|
"keywords": [
|
|
|
|
"bootstrap",
|
|
|
|
"checker",
|
|
|
|
"correctness",
|
|
|
|
"html",
|
|
|
|
"lint",
|
|
|
|
"linter",
|
|
|
|
"validator",
|
|
|
|
"validity"
|
|
|
|
],
|
2014-09-24 02:24:19 +04:00
|
|
|
"homepage": "https://github.com/twbs/bootlint",
|
2014-09-25 12:17:07 +04:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/twbs/bootlint/issues"
|
|
|
|
},
|
2014-07-19 07:04:57 +04:00
|
|
|
"author": {
|
|
|
|
"name": "Chris Rebert",
|
|
|
|
"email": "code@rebertia.com",
|
|
|
|
"url": "http://chrisrebert.com"
|
|
|
|
},
|
2014-11-12 04:47:09 +03:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Heinrich Fenkart",
|
|
|
|
"email": "hnrch02@gmail.com",
|
|
|
|
"url": "http://hnrch02.me"
|
|
|
|
}
|
|
|
|
],
|
2014-07-19 07:04:57 +04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-10-28 13:48:19 +03:00
|
|
|
"url": "https://github.com/twbs/bootlint.git"
|
2014-07-19 07:04:57 +04:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2014-10-18 01:20:15 +04:00
|
|
|
"coveralls": "^2.11.2",
|
2015-01-05 11:46:58 +03:00
|
|
|
"grunt-banner": "^0.3.0",
|
2014-11-05 12:01:20 +03:00
|
|
|
"grunt-browserify": "^3.2.0",
|
2014-09-16 02:29:54 +04:00
|
|
|
"grunt-contrib-clean": "^0.6.0",
|
2014-07-19 07:04:57 +04:00
|
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
|
|
"grunt-contrib-nodeunit": "^0.4.1",
|
|
|
|
"grunt-contrib-qunit": "^0.5.2",
|
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
2015-01-19 06:20:48 +03:00
|
|
|
"grunt-eslint": "^4.0.0",
|
2014-09-26 04:11:15 +04:00
|
|
|
"grunt-exec": "^0.4.6",
|
2014-12-16 02:26:58 +03:00
|
|
|
"grunt-jscs": "^1.0.0",
|
2014-12-20 00:59:12 +03:00
|
|
|
"jquery": "~2.1.3",
|
2014-11-05 12:01:20 +03:00
|
|
|
"jscoverage": "^0.5.9",
|
2015-01-05 12:05:46 +03:00
|
|
|
"jscs-jsdoc": "^0.4.0",
|
2015-01-05 11:59:39 +03:00
|
|
|
"load-grunt-tasks": "^2.0.0",
|
2014-10-18 01:20:15 +04:00
|
|
|
"nodeunit": "^0.9.0",
|
2014-12-13 02:45:32 +03:00
|
|
|
"npm-shrinkwrap": "^200.0.0",
|
2014-09-16 02:29:11 +04:00
|
|
|
"time-grunt": "^1.0.0"
|
2014-07-19 07:04:57 +04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-11-07 08:55:54 +03:00
|
|
|
"binary-search": "^1.2.0",
|
2014-12-20 00:59:12 +03:00
|
|
|
"bluebird": "^2.4.0",
|
2014-10-28 13:02:29 +03:00
|
|
|
"body-parser": "^1.9.2",
|
2014-10-14 15:44:31 +04:00
|
|
|
"chalk": "^0.5.1",
|
2014-11-06 23:01:11 +03:00
|
|
|
"cheerio": "^0.18.0",
|
2014-10-28 13:02:29 +03:00
|
|
|
"commander": "^2.5.0",
|
2014-10-18 06:08:57 +04:00
|
|
|
"debug": "^2.1.0",
|
2014-11-12 04:47:09 +03:00
|
|
|
"express": "^4.10.2",
|
2014-12-20 00:59:12 +03:00
|
|
|
"glob": "^4.3.2",
|
2014-11-12 04:47:09 +03:00
|
|
|
"morgan": "^1.5.0",
|
2014-10-28 13:02:29 +03:00
|
|
|
"semver": "^4.1.0"
|
2014-07-19 07:04:57 +04:00
|
|
|
},
|
2014-07-26 13:23:17 +04:00
|
|
|
"main": "./src/bootlint.js",
|
2014-09-25 12:17:07 +04:00
|
|
|
"bin": {
|
|
|
|
"bootlint": "./src/cli.js"
|
|
|
|
},
|
2014-07-19 07:04:57 +04:00
|
|
|
"browser": {
|
2014-11-07 11:59:59 +03:00
|
|
|
"binary-search": false,
|
2014-07-19 07:04:57 +04:00
|
|
|
"cheerio": "jquery",
|
2014-11-13 00:56:37 +03:00
|
|
|
"url": "./src/url.js",
|
2014-11-07 12:03:57 +03:00
|
|
|
"./cli": false,
|
|
|
|
"./location": false
|
2014-07-19 07:04:57 +04:00
|
|
|
},
|
2014-09-25 03:07:51 +04:00
|
|
|
"files": [
|
2014-10-28 13:48:19 +03:00
|
|
|
"bin",
|
2014-09-25 03:07:51 +04:00
|
|
|
"dist",
|
|
|
|
"src",
|
2014-10-28 13:48:19 +03:00
|
|
|
"app.js",
|
2014-09-25 03:07:51 +04:00
|
|
|
"LICENSE"
|
|
|
|
],
|
2014-07-19 07:04:57 +04:00
|
|
|
"scripts": {
|
2014-10-18 01:28:36 +04:00
|
|
|
"test": "grunt test",
|
2014-10-18 06:08:57 +04:00
|
|
|
"coveralls": "jscoverage src && BOOTLINT_COV=1 nodeunit --reporter=lcov test | coveralls",
|
|
|
|
"start": "./bin/www"
|
2014-07-19 07:04:57 +04:00
|
|
|
}
|
2014-07-11 09:50:03 +04:00
|
|
|
}
|