-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
59 lines (59 loc) · 1.3 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
50
51
52
53
54
55
56
57
58
59
{
"name": "grunt-node-qunit",
"description": "Grunt task running node-qnuit [https://github.com/kof/node-qunit]",
"version": "2.0.2",
"homepage": "https://github.com/axemclion/grunt-node-qunit",
"author": {
"name": "Parashuram",
"email": "[email protected]",
"url": "http://nparashuram.com"
},
"repository": {
"type": "git",
"url": "git://github.com/axemclion/grunt-node-qunit.git"
},
"bugs": {
"url": "https://github.com/axemclion/grunt-node-qunit/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/axemclion/grunt-node-qunit/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"bin": {
"grunt-node-qunit": "bin/grunt-node-qunit"
},
"engines": {
"node": ">=0.6"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"qunit": "0.5.16"
},
"peerDependency": {
"grunt": "~0.4.0"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"npm": "~1.2.12"
},
"keywords": [
"gruntplugin",
"grunt",
"node-qunit",
"qunit",
"test"
],
"_id": "[email protected]",
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.16",
"_nodeVersion": "v0.6.15",
"_defaultsLoaded": true,
"_from": "grunt-node-qunit@*"
}