-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "grunt-croc-qunit",
"description": "Run QUnit unit tests in headless PhantomJS with code coverage support via Istanbul. Despite grunt-contrib-qunit it has no direct dependency on phantomjs module",
"version": "1.0.2",
"homepage": "https://github.com/CrocInc/grunt-croc-qunit",
"author": {
"name": "Sergei Dorogin",
"url": "https://github.com/evil-shrike"
},
"repository": {
"type": "git",
"url": "git://github.com/CrocInc/grunt-croc-qunit.git"
},
"bugs": {
"url": "https://github.com/CrocInc/grunt-croc-qunit/issues"
},
"license": "MIT",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt"
},
"dependencies": {
"colors": "^1.1.2",
"eventemitter2": "~2.2.1",
"semver": "~5.3.0",
"temporary": "~0.0.8"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-connect": "~1.0.2",
"difflet": "~1.0.1",
"phantomjs": "~1.9.0-1"
},
"keywords": [
"qunit",
"grunt",
"gruntplugin",
"phantomjs",
"CROC",
"Istanbul",
"codecoverage",
"code coverage",
"testing"
]
}