-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1 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
{
"name": "hairballs",
"version": "0.3.3",
"description": "Shared utilities for Lint Reporters",
"keywords": [
"eslint",
"scss-lint",
"team city"
],
"main": "src/index.js",
"scripts": {
"test": "istanbul cover _mocha",
"coveralls": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ratherblue/hairballs.git"
},
"author": {
"email": "[email protected]"
},
"license": {
"type": "MIT",
"url": "https://github.com/ratherblue/hairballs/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/ratherblue/hairballs/issues"
},
"homepage": "https://github.com/ratherblue/hairballs",
"dependencies": {
"handlebars": "^4.5.1"
},
"devDependencies": {
"chai": "4.2.0",
"coveralls": "3.0.6",
"istanbul": "0.4.5",
"mocha": "6.2.0",
"mocha-lcov-reporter": "1.3.0"
}
}