Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7f788105d1fa8d6ba8dca0e3418ceb60fdb0dc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "name": "grunt-bootlint",
  "description": "A Grunt wrapper for Bootlint, the HTML linter for Bootstrap projects",
  "version": "1.1.0",
  "homepage": "https://github.com/twbs/grunt-bootlint",
  "author": "Zac Echola <zac.echola@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twbs/grunt-bootlint.git"
  },
  "bugs": {
    "url": "https://github.com/twbs/grunt-bootlint/issues"
  },
  "license": "MIT",
  "keywords": [
    "gruntplugin",
    "bootstrap",
    "lint"
  ],
  "engines": {
    "node": ">=6"
  },
  "files": [
    "tasks/*.js"
  ],
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "bootlint": "^1.1.0",
    "chalk": "^2.4.2",
    "micromatch": "^3.1.10"
  },
  "devDependencies": {
    "grunt": "1.3.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-nodeunit": "^2.1.0",
    "grunt-eslint": "^21.1.0"
  }
}