-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1003 Bytes
/
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
{
"name": "stylint-json-reporter",
"version": "0.3.1",
"description": "JSON formatted reporter for Stylint",
"license": "MIT",
"author": "Wojciech Czerniak <[email protected]>",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"clean": "rimraf coverage/",
"pretest": "npm run clean",
"test": "./node_modules/.bin/istanbul cover -x test.js ./node_modules/mocha/bin/_mocha test.js -- -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/sertae/stylint-json-reporter"
},
"keywords": [
"lint",
"reporter",
"stylint",
"stylint-reporter",
"json",
"stylus"
],
"bugs": {
"url": "https://github.com/sertae/stylint-json-reporter/issues"
},
"homepage": "https://github.com/sertae/stylint-json-reporter#readme",
"devDependencies": {
"rimraf": "^2.5.2",
"lodash.clonedeep": "^4.0.4",
"stylint": "^1.3.6",
"istanbul": "0.4.2",
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}