-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
60 lines (60 loc) · 1.68 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
{
"name": "karma-ie-launcher",
"version": "1.0.0",
"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 <[email protected]>",
"dependencies": {
"lodash": "^4.6.1"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"di": "^0.0.1",
"eslint": "^2.4.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-react": "^4.2.1",
"eslint-plugin-standard": "^1.3.2",
"grunt": "^0.4.1",
"grunt-auto-release": "^0.0.6",
"grunt-bump": "^0.7.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-github-releaser": "^0.5.0",
"grunt-eslint": "^18.0.0",
"grunt-npm": "^0.0.2",
"grunt-simple-mocha": "^0.4.0",
"karma": "1.x || ^0.13.22",
"load-grunt-tasks": "^3.2.0",
"mocks": "0.0.15",
"sinon": "^1.14.1",
"sinon-chai": "^2.8.0"
},
"contributors": [
"sarychev <[email protected]>",
"Mark Ethan Trostler <[email protected]>",
"sylvain-hamel <[email protected]>",
"dignifiedquire <[email protected]>",
"Sylvain Hamel <[email protected]>",
"Andreas Krummsdorf <[email protected]>",
"Nikita Khomyakov <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Christopher Currie <[email protected]>"
]
}