forked from cainus/codecov.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 802 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
{
"name": "codecov.io",
"version": "0.1.7",
"description": "lcov posting to codecov.io",
"main": "index.js",
"scripts": {
"test": "make test-codecov.io"
},
"repository": {
"type": "git",
"url": "https://github.com/cainus/codecov.io.git"
},
"keywords": [
"coverage",
"code-coverage",
"codecov.io",
"codecov"
],
"bin": {
"codecov": "./bin/codecov.io.js"
},
"author": "Gregg Caines <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cainus/codecov.io/issues"
},
"homepage": "https://github.com/cainus/codecov.io",
"dependencies": {
"request": "2.69.1",
"urlgrey": "0.4.0"
},
"devDependencies": {
"expect.js": "0.3.1",
"istanbul": "0.3.2",
"jshint": "2.5.5",
"mocha": "2.2.1"
}
}