forked from afonsof/grunt-qunit-cov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 954 Bytes
/
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
{
"name": "grunt-qunit-cov",
"description": "Grunt plugin for qunit unit test with coverage",
"version": "0.3.4",
"homepage": "https://github.com/afonsof/grunt-qunit-cov",
"author": {
"name": "Afonso Franca",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/afonsof/grunt-qunit-cov.git"
},
"bugs": {
"url": "https://github.com/afonsof/grunt-qunit-cov/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/afonsof/grunt-qunit-cov/blob/master/MIT-LICENSE"
}
],
"main": "tasks/qunit-cov",
"engines": {
"node": ">=0.6.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "~0.4.0",
"wrench": "~1.4.0"
},
"devDependencies": {},
"keywords": [
"gruntplugin"
],
"readme": "ERROR: No README.md file found!",
"_id": "[email protected]",
"_from": "grunt-qunit-cov@>=0.2.0"
}