forked from ferlores/mochify-istanbul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 833 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
{
"name": "mochify-istanbul",
"version": "2.1.2",
"description": "Istanbul for mochify",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha ./test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ferlores/mochify-istanbul.git"
},
"keywords": [
"mochify",
"istanbul",
"coverage"
],
"author": "Fernando Lores",
"license": "MIT",
"bugs": {
"url": "https://github.com/ferlores/mochify-istanbul/issues"
},
"homepage": "https://github.com/ferlores/mochify-istanbul",
"dependencies": {
"istanbul": "^0.3.2",
"lodash": "^2.4.1",
"minimatch": "^1.0.0",
"through2": "^0.6.3"
},
"devDependencies": {
"assert": "^1.1.2",
"mocha": "^2.0.1",
"mochify": "^2.0.0",
"phantomjs": "^1.9.12",
"rimraf": "^2.2.8"
}
}