File tree Expand file tree Collapse file tree 1 file changed +49
-49
lines changed Expand file tree Collapse file tree 1 file changed +49
-49
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " gulp-mocha" ,
3- "version" : " 4.3.1" ,
4- "description" : " Run Mocha tests" ,
5- "license" : " MIT" ,
6- "repository" : " sindresorhus/gulp-mocha" ,
7- "author" : {
8- "name" : " Sindre Sorhus" ,
9- "email" : " sindresorhus@gmail.com" ,
10- "url" : " sindresorhus.com"
11- },
12- "engines" : {
13- "node" : " >=4"
14- },
15- "scripts" : {
16- "test" : " xo && ava"
17- },
18- "files" : [
19- " index.js" ,
20- " utils.js"
21- ],
22- "keywords" : [
23- " gulpplugin" ,
24- " mocha" ,
25- " test" ,
26- " testing" ,
27- " unit" ,
28- " framework" ,
29- " runner" ,
30- " tdd" ,
31- " bdd" ,
32- " qunit" ,
33- " spec" ,
34- " tap"
35- ],
36- "dependencies" : {
37- "dargs" : " ^5.1.0" ,
38- "execa" : " ^0.6 .0" ,
39- "mocha" : " ^3.0 .0" ,
40- "npm-run-path" : " ^2.0.2" ,
41- "plugin-error" : " ^0.1.2" ,
42- "through2" : " ^2.0.3"
43- },
44- "devDependencies" : {
45- "ava" : " *" ,
46- "gulp" : " ^3.9.1" ,
47- "p-event" : " ^1.0.0" ,
48- "vinyl" : " ^2.1.0" ,
49- "xo" : " *"
50- }
2+ "name" : " gulp-mocha" ,
3+ "version" : " 4.3.1" ,
4+ "description" : " Run Mocha tests" ,
5+ "license" : " MIT" ,
6+ "repository" : " sindresorhus/gulp-mocha" ,
7+ "author" : {
8+ "name" : " Sindre Sorhus" ,
9+ "email" : " sindresorhus@gmail.com" ,
10+ "url" : " sindresorhus.com"
11+ },
12+ "engines" : {
13+ "node" : " >=4"
14+ },
15+ "scripts" : {
16+ "test" : " xo && ava"
17+ },
18+ "files" : [
19+ " index.js" ,
20+ " utils.js"
21+ ],
22+ "keywords" : [
23+ " gulpplugin" ,
24+ " mocha" ,
25+ " test" ,
26+ " testing" ,
27+ " unit" ,
28+ " framework" ,
29+ " runner" ,
30+ " tdd" ,
31+ " bdd" ,
32+ " qunit" ,
33+ " spec" ,
34+ " tap"
35+ ],
36+ "dependencies" : {
37+ "dargs" : " ^5.1.0" ,
38+ "execa" : " ^0.8 .0" ,
39+ "mocha" : " ^4.1 .0" ,
40+ "npm-run-path" : " ^2.0.2" ,
41+ "plugin-error" : " ^0.1.2" ,
42+ "through2" : " ^2.0.3"
43+ },
44+ "devDependencies" : {
45+ "ava" : " *" ,
46+ "gulp" : " ^3.9.1" ,
47+ "p-event" : " ^1.0.0" ,
48+ "vinyl" : " ^2.1.0" ,
49+ "xo" : " *"
50+ }
5151}
You can’t perform that action at this time.
0 commit comments