forked from karma-runner/karma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 2.86 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "testacular",
"description": "Spectacular Test Runner for JavaScript.",
"homepage": "http://vojtajina.github.com/testacular/",
"bugs": {
"url": "https://github.com/vojtajina/testacular/issues"
},
"keywords": [
"Testacular",
"nodejs",
"js",
"javascript",
"testing",
"test",
"remote",
"execution"
],
"author": "Vojta Jína <vojta.jina@gmail.com>",
"contributors": [
"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>",
"taichi <ryushi@gmail.com>",
"Shyam Seshadri <shyamseshadri@gmail.com>",
"Liam Newman <bitwiseman@gmail.com>",
"Iristyle <Iristyle@github>",
"Ilya Volodin <ivolodin@vistaprint.com>",
"Marcello Nuccio <marcello.nuccio@gmail.com>",
"Daniel Aleksandersen <code@daniel.priv.no>",
"rdodev <rubenoz@gmail.com>",
"Bulat Shakirzyanov <mallluhuct@gmail.com>",
"Igor Minar <iiminar@gmail.com>",
"Nish <nishantpatel611@gmail.com>",
"Nuno Job <nunojobpinto@gmail.com>",
"Patrik Henningsson <patrik.henningsson@gmail.com>",
"Pete Bacon Darwin <pete@bacondarwin.com>",
"Pete Swan <pete@indabamusic.com>",
"Vojta Jina <vojta@google.com>",
"Yi Wang <e@yi-wang.me>",
"hrgdavor <hrgdavor@gmail.com>",
"James Shore <jshore@jamesshore.com>",
"AvnerCohen <israbirding@gmail.com>",
"Brian Ford <btford@umich.edu>",
"Chad Smith <chad@configit.com>",
"David Jensen <david@frode.(none)>",
"David Souther <davidsouther@gmail.com>",
"Ethan J. Brown <ethan_j_brown@hotmail.com>",
"Fred Sauer <fredsa@google.com>",
"Hugues Malphettes <hmalphettes@gmail.com>",
"Igor Minar <igor@angularjs.org>",
"Andy Joslin <andytjoslin@gmail.com>",
"Kevin Ortman <kevin_ortman@msn.com>"
],
"dependencies": {
"socket.io": "0.9.0",
"chokidar": "0.5.3",
"glob": "3.1.14",
"minimatch": "0.2.5",
"http-proxy": "0.8.2",
"optimist": "0.3.5",
"coffee-script": "1.3.3",
"xmlbuilder": "0.4.2",
"rimraf": "2.0.2",
"q": "0.8.9",
"LiveScript": "1.0.1",
"colors": "0.6.0-1",
"dateformat": "1.0.2-1.2.3",
"istanbul": "0.1.22",
"lodash": "0.9.1",
"growly": "1.1.0",
"pause": "0.0.1",
"mime": "1.2.7",
"log4js": "0.5.6"
},
"devDependencies": {
"grunt": "~0.4.0rc5",
"grunt-simple-mocha": "~0.3.2",
"grunt-contrib-jshint": "~0.1.1rc5",
"mocks": ">= 0.0.10",
"which": ">= 1.0.5",
"sinon-chai": ">= 2.2.0",
"chai": ">= 1.4.0",
"mocha": ">= 1.7.4",
"sinon": ">= 1.5.2",
"timer-shim": ">= 0.1.1",
"chai-as-promised": ">= 3.2.3",
"mock-http-response": "~0.1.1",
"qq": ">= 0.3.5"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/vojtajina/testacular.git"
},
"main": "./lib/index",
"bin": {
"testacular": "./bin/testacular"
},
"engines": {
"node": ">= 0.8.4"
},
"version": "0.5.8"
}