-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 980 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 980 Bytes
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
{
"name": "meteor-legacy-coverage",
"version": "0.2.0",
"description": "Instrument packages files",
"main": "server/index.js",
"dependencies": {
"body-parser": "1.20.3",
"homedir": "0.6.0",
"istanbul-lib-coverage": "^2.0.1",
"istanbul-lib-hook": "^2.0.1",
"istanbul-lib-instrument": "^3.0.0",
"istanbul-lib-report": "^2.0.2",
"istanbul-lib-source-maps": "^2.0.1",
"istanbul-reports": "^2.0.1",
"minimatch": "3.0.4",
"mkdirp": "0.5.1",
"remap-istanbul": "0.6.4"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.11.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serut/meteor-coverage.git"
},
"author": "Léo Mieulet",
"license": "MIT",
"bugs": {
"url": "https://github.com/serut/meteor-coverage/issues"
},
"homepage": "https://github.com/serut/meteor-coverage#readme"
}