-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 1.82 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
{
"name": "karma-environments",
"version": "0.2.19",
"description": "Run multiple test suites in one karma process.",
"main": "lib/index.coffee",
"bin": {},
"directories": {
"test": "test"
},
"scripts": {
"install": "pegjs lib/headerEnvironmentParser/parser.pegjs",
"test": "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>",
"Chris David <chris.david@progfinance.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Xiphe/karma-environments/issues"
},
"dependencies": {
"coffee-errors": "~0.8.6",
"coffee-script": "~1.12.7",
"di": "0.0.1",
"glob": "~7.1.2",
"lodash": "~4.17.4",
"minimatch": "~3.0.4",
"pegjs": "0.10.0",
"q": "~1.5.0",
"temp": "~0.8.3"
},
"devDependencies": {
"chai": "~2.3.0",
"chai-as-promised": "~7.1.1",
"grunt": "~1.0.1",
"grunt-bump": "0.8.0",
"grunt-cli": "~1.2.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-karma": "~2.0.0",
"grunt-npm": "~0.0.2",
"grunt-peg": "~2.0.1",
"grunt-simple-mocha": "~0.4.1",
"jasmine-core": "2.8.0",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coffee-preprocessor": "~1.0.1",
"karma-firefox-launcher": "~1.0.1",
"karma-jasmine": "~1.1.0",
"karma-phantomjs-launcher": "~1.0.4",
"karma-qunit": "~1.2.1",
"load-grunt-tasks": "3.5.2",
"mocha": "~2.2.5",
"proxyquire": "^1.8.0",
"qunitjs": "~1.18.0",
"sinon": "~1.14.1",
"sinon-chai": "~2.13.0"
}
}