-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 815 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 815 Bytes
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
{
"name": "lesshint-reporter-stylish",
"version": "3.0.0",
"description": "Stylish reporter for lesshint.",
"author": "Jonathan Wilsson <jonathan.wilsson@gmail.com>",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lesshint/reporter-stylish.git"
},
"keywords": [
"lesshint",
"reporter",
"stylish"
],
"dependencies": {
"chalk": "^2.0.0"
},
"devDependencies": {
"chai": "^4.0.2",
"eslint": "^5.0.0",
"eslint-config-lesshint": "^1.0.3",
"mocha": "^6.0.0",
"proxyquire": "^2.0.0",
"sinon": "^7.2.3",
"strip-ansi": "^5.0.0"
},
"scripts": {
"pretest": "eslint *.js",
"test": "mocha test.js"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lesshint/reporter-stylish/issues"
}
}