UNPKG

1 kBJSONView Raw
1{
2 "name": "gulp-istanbul",
3 "version": "0.4.0",
4 "description": "Istanbul unit test coverage plugin for gulp.",
5 "keywords": [
6 "gulpplugin",
7 "coverage",
8 "istanbul",
9 "unit test"
10 ],
11 "homepage": "https://github.com/SBoudrias/gulp-istanbul",
12 "bugs": "https://github.com/SBoudrias/gulp-istanbul/issues",
13 "author": {
14 "name": "Simon Boudrias",
15 "email": "admin@simonboudrias.com",
16 "url": "https://github.com/SBoudrias"
17 },
18 "main": "./index.js",
19 "repository": {
20 "type": "git",
21 "url": "git://github.com/SBoudrias/gulp-istanbul.git"
22 },
23 "scripts": {
24 "pretest": "jshint index.js ./test/.",
25 "test": "mocha -R spec"
26 },
27 "dependencies": {
28 "gulp-util": "^3.0.1",
29 "istanbul": "^0.3.2",
30 "lodash": "^2.4.1",
31 "through2": "^0.6.3"
32 },
33 "devDependencies": {
34 "gulp": "^3.6.2",
35 "gulp-mocha": "^2.0.0",
36 "jshint": "^2.5.0",
37 "mocha": "^2.0.1",
38 "rimraf": "^2.2.8"
39 },
40 "licenses": [
41 {
42 "type": "MIT"
43 }
44 ]
45}