UNPKG

1.45 kBJSONView Raw
1{
2 "name": "codacy-coverage",
3 "version": "2.0.3",
4 "description": "Code Coverage reporter for Codacy.com",
5 "keywords": [
6 "codacy",
7 "coverage",
8 "code coverage",
9 "codacy.com"
10 ],
11 "homepage": "https://github.com/codacy/node-codacy-coverage",
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/codacy/node-codacy-coverage.git"
15 },
16 "bugs": {
17 "url": "https://github.com/codacy/node-codacy-coverage/issues"
18 },
19 "author": {
20 "name": "David Pate",
21 "email": "davidtpate@gmail.com",
22 "url": "https://github.com/DavidTPate"
23 },
24 "contributors": [],
25 "license": "MIT",
26 "main": "index.js",
27 "bin": {
28 "codacy-coverage": "./bin/codacy-coverage.js"
29 },
30 "dependencies": {
31 "bluebird": "^2.9.x",
32 "commander": "^2.x",
33 "joi": "^6.4.x",
34 "lcov-parse": "0.x",
35 "lodash": "^4.17.4",
36 "log-driver": "^1.x",
37 "request-promise": "^0.x"
38 },
39 "devDependencies": {
40 "chai": "^2.3.x",
41 "chai-as-promised": "^5.0.x",
42 "dirty-chai": "^1.x",
43 "nsp": "^2.0.x",
44 "mocha": "^2.x",
45 "nock": "^2.0.x",
46 "istanbul": "~0.x",
47 "jsinspect": "~0.x",
48 "eslint": "^3.x"
49 },
50 "scripts": {
51 "test": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --timeout 30000 --reporter spec test/ && eslint . && nsp check",
52 "test-only": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --timeout 30000 --reporter spec test/ && nsp check"
53 }
54}