-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
109 lines (109 loc) · 2.29 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"author": "John Barry",
"name": "gulp-async-func-runner",
"description": "A gulp task for running asynchronous functions.",
"version": "0.1.10",
"license": "MIT License (MIT)",
"repository": {
"type": "git",
"url": "https://github.com/Cellarise/gulp-async-func-runner.git"
},
"config": {
"projectCode": "MDGASYNC",
"build": "72",
"buildTimestamp": "2015-08-23T13:14:32.890Z",
"adminEmail": "[email protected]",
"coverage": {
"codeClimate": true,
"watermarks": {
"statements": [
50,
80,
20
],
"lines": [
50,
80,
20
],
"functions": [
50,
80,
20
],
"branches": [
50,
80,
20
]
},
"stats": {
"lines": {
"pctSkipped": 0,
"pct": 92,
"colour": "green"
},
"branches": {
"pctSkipped": 0,
"pct": 68,
"colour": "yellow"
},
"statements": {
"pctSkipped": 0,
"pct": 85,
"colour": "green"
},
"functions": {
"pctSkipped": 0,
"pct": 100,
"colour": "brightgreen"
},
"skipped": {
"pct": 0
},
"overall": {
"pct": 86,
"colour": "green"
}
}
},
"private": false
},
"main": "./lib",
"scripts": {
"test": "./node_modules/.bin/gulp"
},
"directories": {
"lib": "lib",
"bin": "bin",
"doc": "doc",
"tasks": "tasks",
"templates": "templates",
"test": "test",
"reports": "Reports",
"build": "Build"
},
"dependencies": {
"through2": "^3.0.0",
"gulp-util": "^3.0.1"
},
"devDependencies": {
"bunyan": "^1.1.3",
"bunyan-format": "^0.2.1",
"glob": "^5.0.3",
"yadda": "^0.11.5",
"gulp": "^3.8.6",
"gulp-eslint": "^1.0.0",
"gulp-load-params": "^0.1.3",
"gulp-istanbul": "^0.9.0",
"gulp-json-editor": "^2.2.1",
"gulp-mocha": "^2.0.0",
"gulp-util": "^3.0.0",
"istanbul-reporter-clover-limits": "^0.1.1",
"mocha-bamboo-reporter-bgo": "^1.0.7",
"run-sequence": "^1.0.0",
"ramda": "^0.14.0",
"mkdirp": "^0.5.0"
},
"optionalDependencies": {}
}