forked from GruntBlanketMocha/grunt-blanket-mocha
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.3 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
{
"name": "grunt-blanket-mocha",
"description": "Headless Blanket.js code coverage and Mocha testing via PhantomJS",
"version": "0.4.2",
"homepage": "https://github.com/ModelN/grunt-blanket-mocha",
"author": {
"name": "Dave Cadwallader",
"email": "[email protected]",
"url": "http://geekdave.com"
},
"contributors": {
"name": "Sean Coker",
"email": "[email protected]",
"url": "http://sean.is"
},
"repository": {
"type": "git",
"url": "git://github.com/ModelN/grunt-blanket-mocha.git"
},
"bugs": {
"url": "https://github.com/ModelN/grunt-blanket-mocha/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ModelN/grunt-blanket-mocha/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"dependencies": {
"blanket": "~1.1.6",
"grunt-lib-phantomjs": "~0.6.0",
"mocha": "~2.0.1",
"lodash": "~2.4.1"
},
"peerDependencies": {
"grunt": "~0.4"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jshint": "~0.7.1"
},
"keywords": [
"gruntplugin",
"blanket",
"blanketjs",
"coverage",
"mocha",
"test",
"phantomjs"
]
}