UNPKG

1.69 kBJSONView Raw
1{
2 "name": "metalint",
3 "version": "0.5.6",
4 "description": "Un linter pour les gouverner tous.",
5 "keywords": ["metalint", "linter", "lint", "checker"],
6 "homepage": "https://regseb.github.io/metalint/",
7 "bugs": {
8 "url": "https://github.com/regseb/metalint/issues"
9 },
10 "license": "EUPL-1.1",
11 "author": "Sébastien Règne <regseb@gmail.com> (https://github.com/regseb)",
12 "contributors": [],
13 "files": [
14 "bin/", "lib/", "LICENSE", "package.json", "README.md"
15 ],
16 "main": "lib/index.js",
17 "bin": {
18 "metalint": "bin/cli.js"
19 },
20 "directories": {
21 "doc": "doc"
22 },
23 "repository": {
24 "type": "git",
25 "url": "http://github.com/regseb/metalint.git"
26 },
27 "scripts": {
28 "lint": "bin/cli.js",
29 "test": "mocha",
30 "cover": "istanbul cover _mocha",
31 "coveralls": "npm run cover -- --report lcovonly && cat coverage/lcov.info | coveralls"
32 },
33 "dependencies": {
34 "colors": "^1.1.2",
35 "glob": "^7.0.5",
36 "minimatch": "^3.0.2",
37 "yargs": "^4.7.1",
38
39 "csslint": "^0.10.0",
40 "eslint": "^3.0.1",
41 "flow-bin": "^0.28.0",
42 "html5-lint": "^0.2.5",
43 "htmllint": "^0.3.0",
44 "htmlhint": "^0.9.13",
45 "jscs": "^3.0.6",
46 "jscs-jsdoc": "^2.0.0",
47 "jshint": "^2.9.2",
48 "json-lint": "^0.1.0",
49 "jsonlint": "^1.6.2",
50 "markdownlint": "^0.2.0",
51 "standard": "^7.1.2",
52 "stylelint": "^6.9.0"
53 },
54 "devDependencies": {
55 "coveralls": "^2.11.9",
56 "istanbul": "^0.4.4",
57 "memory-streams": "^0.1.0",
58 "mocha": "^2.5.3"
59 }
60}