-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"name": "qunit-assert-classes",
"description": "A set of assertions for checking thats an element has ( or does not have ) any number of classes. The check is order independent and gives a diff of the expected classes.",
"version": "1.0.2",
"author": {
"name": "Alex Schmitz",
"url": "https://github.com/arschmitz/qunit-assert-classes/blob/master/AUTHORS.txt"
},
"homepage": "https://github.com/arschmitz/qunit-assert-classes",
"repository": {
"type": "git",
"url": "git://github.com/arschmitz/qunit-assert-classes.git"
},
"bugs": {
"url": "https://github.com/arschmitz/qunit-assert-classes/issues"
},
"license": {
"name": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
"keywords": [
"qunit-plugin",
"qunit-assert",
"qunit",
"assert",
"classes"
],
"main": "qunit-assert-classes.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.3",
"grunt-bowercopy": "1.1.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-qunit": "~0.5.2",
"grunt-git-authors": "~1.2.0",
"grunt-jscs": "0.6.2",
"qunitjs": "~1.17.0"
}
}