This repository was archived by the owner on Jun 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.46 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.46 KB
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
{
"name": "karma-slimerjs-launcher",
"version": "1.1.0",
"description": "A Karma plugin. Launcher for SlimerJS.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/nfroidure/karma-slimerjs-launcher.git"
},
"keywords": [
"karma-plugin",
"karma-launcher",
"slimerjs"
],
"author": "Nicolas Froidure <nfroidure@elitwork.com>",
"dependencies": {
"slimerjs": "~0.906.1"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"devDependencies": {
"eslint": "^1.6.0",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"grunt": "^0.4.1",
"grunt-auto-release": "^0.0.2",
"grunt-bump": "^0.6.0",
"grunt-conventional-changelog": "^5.0.0",
"grunt-conventional-github-releaser": "^0.5.0",
"grunt-eslint": "^17.2.0",
"grunt-npm": "^0.0.2",
"load-grunt-tasks": "^3.3.0"
},
"contributors": [
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Mark Ethan Trostler <mark@zzo.com>",
"Nicolas Froidure <nicolas_froidure@elitwork.com>",
"Viktor Nagy <viktor.nagy@gmail.com>",
"hashchange <heim@zeilenwechsel.de>",
"Aymeric Beaumet <aymeric.beaumet@gmail.com>",
"root <root@production.ewk>",
"Aymeric Beaumet <aymeric@beaumet.me>",
"Matt Lewis <matthew.lewis@socialsignin.co.uk>",
"Matt Lewis <mattlewis92@users.noreply.github.com>"
]
}