forked from qunitjs/qunit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "qunitjs",
"title": "QUnit",
"description": "An easy-to-use JavaScript Unit Testing framework.",
"version": "1.13.1pre",
"homepage": "http://qunitjs.com",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/qunit/blob/master/AUTHORS.txt"
},
"repository": {
"type": "git",
"url": "git://github.com/jquery/qunit.git"
},
"keywords": [
"testing",
"unit",
"jquery"
],
"bugs": {
"url": "https://github.com/jquery/qunit/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/qunit/blob/master/MIT-LICENSE.txt"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "0.4.2",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-jshint": "0.7.2",
"grunt-contrib-qunit": "0.3.0",
"grunt-contrib-watch": "0.5.3",
"grunt-git-authors": "1.2.0",
"testswarm": "1.1.0"
},
"scripts": {
"test": "grunt",
"prepublish": "grunt build"
},
"main": "dist/qunit.js"
}