This commit is contained in:
XhmikosR 2017-11-29 12:48:31 +02:00
Родитель f62a1fbe48
Коммит 0081f5825e
1 изменённых файлов: 18 добавлений и 26 удалений

Просмотреть файл

@ -2,37 +2,19 @@
"name": "bootlint",
"version": "0.14.2",
"description": "HTML linter for Bootstrap projects",
"keywords": [
"bootstrap",
"checker",
"correctness",
"html",
"lint",
"linter",
"validator",
"validity"
],
"homepage": "https://github.com/twbs/bootlint",
"bugs": {
"url": "https://github.com/twbs/bootlint/issues"
},
"author": {
"name": "Chris Rebert",
"email": "code@rebertia.com",
"url": "http://chrisrebert.com"
},
"license": "MIT",
"author": "Chris Rebert <code@rebertia.com> (http://chrisrebert.com)",
"contributors": [
{
"name": "Heinrich Fenkart",
"email": "hnrch02@gmail.com",
"url": "http://hnrch02.me"
}
"Heinrich Fenkart <hnrch02@gmail.com> (http://hnrch02.me)"
],
"repository": {
"type": "git",
"url": "https://github.com/twbs/bootlint.git"
"url": "git+https://github.com/twbs/bootlint.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/twbs/bootlint/issues"
},
"homepage": "https://github.com/twbs/bootlint",
"scripts": {
"browserify": "browserify src/bootlint.js | node build/stamp.js > dist/browser/bootlint.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
@ -97,5 +79,15 @@
"dist",
"src",
"app.js"
],
"keywords": [
"bootstrap",
"checker",
"correctness",
"html",
"lint",
"linter",
"validator",
"validity"
]
}