-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "qunit-composite",
"title": "QUnit Composite plugin",
"description": "Run multiple QUnit test suite pages.",
"version": "2.0.0",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/JamesMGreene/qunit-composite/blob/master/AUTHORS.txt"
},
"maintainers": [
{
"name": "James M. Greene",
"email": "[email protected]",
"url": "http://greene.io/"
}
],
"homepage": "https://github.com/JamesMGreene/qunit-composite",
"repository": {
"type": "git",
"url": "git://github.com/JamesMGreene/qunit-composite.git"
},
"bugs": {
"url": "https://github.com/JamesMGreene/qunit-composite/issues"
},
"license": "MIT",
"keywords": [
"qunit",
"qunit-plugin",
"composite",
"multiple",
"suites",
"pages"
],
"main": "qunit-composite.js",
"scripts": {
"test": "grunt test --verbose"
},
"peerDependencies": {
"qunitjs": ">=1.18.0 <3.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-git-authors": "^3.2.0",
"qunitjs": "^2.0.1"
}
}