UNPKG

1.64 kBJSONView Raw
1{
2 "name": "metalint",
3 "version": "0.6.0",
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 "repository": {
21 "type": "git",
22 "url": "http://github.com/regseb/metalint.git"
23 },
24 "scripts": {
25 "lint": "bin/cli.js",
26 "test": "mocha",
27 "cover": "istanbul cover _mocha",
28 "coveralls": "npm run cover -- --report lcovonly && cat coverage/lcov.info | coveralls"
29 },
30 "dependencies": {
31 "colors": "^1.1.2",
32 "glob": "^7.0.5",
33 "minimatch": "^3.0.2",
34 "yargs": "^4.8.1"
35 },
36 "devDependencies": {
37 "csslint": "^1.0.2",
38 "eslint": "^3.1.1",
39 "flow-bin": "^0.29.0",
40 "html5-lint": "^0.2.5",
41 "htmlhint": "^0.9.13",
42 "htmllint": "^0.4.0",
43 "jscs": "^3.0.7",
44 "jscs-jsdoc": "^2.0.0",
45 "jshint": "^2.9.2",
46 "json-lint": "^0.1.0",
47 "jsonlint": "^1.6.2",
48 "markdownlint": "^0.2.0",
49 "standard": "^7.1.2",
50 "stylelint": "^7.0.3",
51
52 "coveralls": "^2.11.11",
53 "istanbul": "^0.4.4",
54 "memory-streams": "^0.1.0",
55 "mocha": "^2.5.3"
56 }
57}