aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 13c820cf5b697be43f510294ba5cd26a428d018b (plain)
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
{
  "name": "coveralls",
  "description": "takes json-cov output into stdin and POSTs to coveralls.io",
  "keywords": [
    "coverage",
    "coveralls"
  ],
  "version": "2.0.12",
  "bugs": {
    "url": "https://github.com/cainus/node-coveralls/issues"
  },
  "scripts": {
    "test": "make test-coveralls"
  },
  "bin": {
    "coveralls": "./bin/coveralls.js"
  },
  "maintainers": [
    "Gregg Caines <[email protected]> (http://caines.ca)"
  ],
  "contributors": [
    "Alan Gutierrez <[email protected]> (http://www.prettyrobots.com/)",
    "Kir Belevich (https://github.com/svg)",
    "elliotcable <[email protected]> (http://elliottcable.name/)",
		"Arpad Borsos <[email protected]> (http://swatinem.de/)"
  ],
  "dependencies": {
    "libyaml": "0.2.2",
    "request": "2.16.2",
    "lcov-parse": "0.0.4",
    "log-driver": "1.2.1"
  },
  "devDependencies": {
    "mocha-lcov-reporter": "0.0.1",
    "mocha": "1.8.1",
    "should": "1.1.0",
    "jscoverage": "0.3.7"
  },
  "engines": {
    "node": ">=0.8.6",
    "npm": "1.1.65"
  },
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cainus/node-coveralls.git"
  },
  "author": "Gregg Caines",
  "license": "BSD"
}