This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 121
/
package.json
69 lines (69 loc) · 2.15 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
{
"name": "karma-phantomjs-launcher",
"version": "1.0.4",
"description": "A Karma plugin. Launcher for PhantomJS.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-phantomjs-launcher.git"
},
"keywords": [
"karma-plugin",
"karma-launcher",
"phantomjs"
],
"author": "Vojta Jina <vojta.jina@gmail.com>",
"dependencies": {
"lodash": "^4.0.1",
"phantomjs-prebuilt": "^2.1.7"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"devDependencies": {
"eslint": "^1.0.0",
"eslint-config-standard": "^4.0.0",
"eslint-plugin-react": "^3.2.0",
"eslint-plugin-standard": "^1.3.1",
"grunt": "~0.4.1",
"grunt-auto-release": "~0.0.2",
"grunt-bump": "~0.3.1",
"grunt-conventional-changelog": "^1.2.2",
"grunt-eslint": "^17.0.0",
"grunt-karma": "1.x || ^0.12.1",
"grunt-npm": "~0.0.2",
"jasmine-core": "^2.3.4",
"karma": "1.x || ^0.13.6",
"karma-jasmine": "1.x || ^0.3.5",
"load-grunt-tasks": "^3.2.0"
},
"contributors": [
"Vojta Jina <vojta.jina@gmail.com>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Mark Ethan Trostler <mark@zzo.com>",
"Shinnosuke Watanabe <snnskwtnb@gmail.com>",
"Jurko Gospodnetić <jurko.gospodnetic@pke.hr>",
"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>",
"Sylvain Hamel <sylvainhamel0@gmail.com>",
"Huafu Gandon <huafu.gandon@gmail.com>",
"Dan Siwiec <daniel.siwiec@gmail.com>",
"Rob Barreca <rob.barreca@inmobi.com>",
"Sergey Bondarenko <enterit@gmail.com>",
"nherzing <nherzing@gmail.com>",
"Chad Smith <chad@configit.com>",
"sylvain-hamel <sylvainhamel0@gmail.com>",
"Edward Hutchins <eahutchins@gmail.com>",
"Eryk Napierała <eryk.piast@gmail.com>",
"Jason Dobry <jason.dobry@gmail.com>",
"Joel Mukuthu <jmu@one.com>",
"Jonathan Park <jpark@daptiv.com>",
"Leigh Tarasenko <leightarasenko@gmail.com>",
"Mark Derbecker <mark.derbecker@seeq.com>",
"Mark Trostler <mark@zzo.com>",
"Nick Malaguti <nmalaguti@palantir.com>"
]
}