UNPKG

850 BJSONView Raw
1{
2 "name": "gulp-nunit-runner",
3 "version": "0.1.2",
4 "description": "A Gulp.js plugin to facilitate the running of NUnit unit tests on .Net assemblies. ",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha -u bdd"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/keithmorris/gulp-nunit-runner.git"
12 },
13 "keywords": [
14 "gulp",
15 "nunit",
16 ".net",
17 "gulpplugin"
18 ],
19 "author": "Keith Morris <standupbass@gmail.com> (http://standupbass.wordpress.com/)",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/keithmorris/gulp-nunit-runner/issues"
23 },
24 "homepage": "https://github.com/keithmorris/gulp-nunit-runner",
25 "dependencies": {
26 "event-stream": "^3.1.7",
27 "gulp-util": "^3.0.0",
28 "lodash": "^2.4.1"
29 },
30 "devDependencies": {
31 "chai": "^1.9.1",
32 "mocha": "^1.21.4"
33 }
34}