forked from karma-runner/karma-ie-launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
{
"name": "karma-ie-launcher",
"version": "0.1.5",
"description": "A Karma plugin. Launcher for Internet Explorer.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-ie-launcher.git"
},
"keywords": [
"karma-plugin",
"karma-launcher",
"ie"
],
"author": "Vojta Jina <vojta.jina@gmail.com>",
"dependencies": {},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-simple-mocha": "~0.4.0",
"grunt-bump": "~0.0.7",
"grunt-npm": "~0.0.2",
"grunt-auto-release": "~0.0.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-jscs-checker": "~0.4.0",
"mocks": "0.0.11",
"sinon": "~1.7.3",
"chai": "~1.7.2",
"sinon-chai": "~2.4.0",
"grunt-coffeelint": "~0.0.6",
"karma": "~0.12.0",
"di": "~0.0.1",
"grunt-contrib-watch" : "~0.6.1"
},
"contributors": [
"sylvain-hamel <sylvainhamel0@gmail.com>",
"Sylvain Hamel <sylvainhamel0@gmail.com>",
"Andreas Krummsdorf <a.krummsdorf@litixsoft.de>",
"Christopher Currie <ccurrie@impresys.com>"
]
}