forked from GruntBlanketMocha/grunt-blanket-mocha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.2 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
{
"name": "grunt-blanket-mocha",
"description": "Headless Blanket.js code coverage and Mocha testing via PhantomJS",
"version": "0.4.1",
"homepage": "https://github.com/ModelN/grunt-blanket-mocha",
"author": {
"name": "Dave Cadwallader",
"email": "dcadwallader@gmail.com",
"url": "http://geekdave.com"
},
"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.4.0",
"mocha": "~1.14.0",
"lodash": "~2.3.0"
},
"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"
]
}