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: 1a89cafa4ff29f4afa1d395d8252def93526887c (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
41
42
43
44
45
46
47
48
{
  "name": "grunt-bootlint",
  "description": "A Grunt wrapper for Bootlint, the HTML linter for Bootstrap projects",
  "version": "0.4.0",
  "homepage": "https://github.com/zacechola/grunt-bootlint",
  "author": "Zac Echola <zac.echola@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/zacechola/grunt-bootlint.git"
  },
  "bugs": {
    "url": "https://github.com/zacechola/grunt-bootlint/issues"
  },
  "license": [
    {
      "type": "MIT",
      "url": "https://github.com/zacechola/grunt-bootlint/blob/master/LICENSE-MIT"
    }
  ],
  "keywords": [
    "gruntplugin",
    "bootstrap",
    "lint"
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "tasks",
    "LICENSE-MIT"
  ],
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "bootlint": "^0.7.0",
    "chalk": "^0.5.1"
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-nodeunit": "^0.4.1"
  },
  "peerDependencies": {
    "grunt": "~0.4.5"
  }
}