forked from GruntBlanketMocha/grunt-blanket-mocha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.38 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
{
"name": "grunt-mocha-blanket",
"description": "Headless Blanket.js code coverage and Mocha testing via PhantomJS",
"version": "0.6.9",
"homepage": "https://github.com/eugenet8k/grunt-mocha-blanket",
"author": {
"name": "Dave Cadwallader",
"email": "[email protected]",
"url": "http://geekdave.com"
},
"contributors": [
{
"name": "Sean Coker",
"email": "[email protected]",
"url": "http://sean.is"
},
{
"name": "Eugene Tiutiunnyk",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:eugenet8k/grunt-mocha-blanket.git"
},
"bugs": {
"url": "https://github.com/eugenet8k/grunt-mocha-blanket/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/eugenet8k/grunt-mocha-blanket/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"grunt": "grunt",
"test": "grunt test"
},
"dependencies": {
"blanket": "1.2.3",
"grunt-lib-phantomjs": "1.1.0",
"lodash": "2.4.1",
"mkdirp": "0.5.1",
"mocha": "3.4.2"
},
"devDependencies": {
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-jshint": "1.1.0",
"grunt": "1.0.1"
},
"keywords": [
"blanket",
"blanketjs",
"coverage",
"gruntplugin",
"mocha",
"phantomjs",
"test"
]
}