forked from Xiphe/karma-environments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.8 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
{
"name": "karma-environments",
"version": "0.2.16",
"description": "Run multiple test suites in one karma process.",
"main": "lib/index.coffee",
"bin": {},
"directories": {
"test": "test"
},
"scripts": {
"install": "$(which pegjs) lib/headerEnvironmentParser/parser.pegjs lib/headerEnvironmentParser/parser.js",
"test": "$(which grunt) test"
},
"repository": {
"type": "git",
"url": "git://github.com/Xiphe/karma-environments.git"
},
"keywords": [
"karma",
"plugin",
"runner",
"test",
"multiple",
"multi-suite"
],
"author": "Hannes Diercks <hannes.diercks@jimdo.com>",
"contributors": [
"Hannes Diercks <github@xiphe.net>",
"Xiphe <github@xiphe.net>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Xiphe/karma-environments/issues"
},
"dependencies": {
"glob": "~5.0.6",
"q": "~1.4.1",
"di": "0.0.1",
"minimatch": "~2.0.7",
"lodash": "~3.8.0",
"coffee-script": "~1.9.2",
"coffee-errors": "~0.8.6",
"temp": "~0.8.1",
"pegjs": "~0.8.0"
},
"devDependencies": {
"chai": "~2.3.0",
"chai-as-promised": "~5.0.0",
"grunt": "~0.4.5",
"grunt-bump": "0.3.1",
"grunt-cli": "~0.1.13",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-karma": "~0.10.1",
"grunt-npm": "0.0.2",
"grunt-peg": "~1.5.0",
"grunt-simple-mocha": "~0.4.0",
"karma": "~0.12.31",
"karma-chrome-launcher": "~0.1.12",
"karma-coffee-preprocessor": "~0.2.1",
"karma-firefox-launcher": "~0.1.6",
"karma-jasmine": "~0.3.5",
"karma-phantomjs-launcher": "~0.1.4",
"karma-qunit": "~0.1.4",
"load-grunt-tasks": "~3.1.0",
"mocha": "~2.2.5",
"proxyquire": "^1.4.0",
"qunitjs": "~1.18.0",
"sinon": "~1.14.1",
"sinon-chai": "~2.7.0"
}
}