-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.16 KB
/
package.json
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
49
50
51
52
53
54
{
"name": "puglint-stylish",
"version": "1.1.0",
"description": "Stylish reporter for pug-lint",
"repository": "aranasoft/puglint-stylish",
"engines": {
"node": ">=8.0"
},
"scripts": {
"test": "xo --space && mocha",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0"
},
"files": [
"index.js"
],
"keywords": [
"pug-lint",
"puglint",
"pug",
"jade",
"reporter",
"format",
"formatter",
"validate",
"lint",
"stylish",
"elegant",
"pretty"
],
"author": "Arana Software <[email protected]> (http://www.aranasoft.com)",
"contibutors": [
"Jay Harris <[email protected]>"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/aranasoft/puglint-stylish/issues"
},
"homepage": "https://github.com/aranasoft/puglint-stylish",
"dependencies": {
"chalk": "^3.0.0",
"log-symbols": "^3.0.0",
"plur": "^3.0.1",
"string-length": "^3.0.0",
"text-table": "^0.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"conventional-changelog": "^3.1.15",
"mocha": "^6.2.2",
"pug-lint": "^2.6.0",
"strip-ansi": "^6.0.0",
"xo": "*"
}
}