-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 1.07 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
{
"name": "grunt-nunit-runner",
"version": "2.0.6",
"description": "grunt plugin for running nunit",
"homepage": "https://github.com/mikeobrien/grunt-nunit-runner",
"main": "tasks/task.js",
"bugs": {
"url": "https://github.com/mikeobrien/grunt-nunit-runner/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mikeobrien/grunt-nunit-runner.git"
},
"keywords": [
"gruntplugin",
"grunt",
".net",
"dotnet",
"nunit"
],
"scripts": {
"test": "grunt"
},
"author": "Mike O'Brien",
"license": "MIT",
"readmeFilename": "README.md",
"files": [
"tasks/**/*.js",
"README.md",
"LICENSE"
],
"dependencies": {
"underscore": "~1.5.2",
"temp": "~0.6.0",
"sax": "~0.5.8"
},
"devDependencies": {
"grunt": "~0.4.1",
"expect.js": "~0.2.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-release": "~0.6.0",
"mocha": "~1.15.1",
"grunt-mocha-test": "~0.8.1",
"rewire": "~2.0.0",
"temp": "~0.6.0",
"sinon": "~1.7.3"
},
"peerDependencies": {
"grunt": "0.4.x"
}
}