-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
50 lines (50 loc) · 1.31 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
{
"name": "karma-runner.github.com",
"version": "0.0.1",
"private": true,
"description": "",
"main": "",
"dependencies": {},
"devDependencies": {
"eslint": "5.6.1",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-node": "7.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-react": "7.11.1",
"eslint-plugin-standard": "4.0.0",
"front-matter": "4.0.2",
"grunt": "1.0.3",
"grunt-contrib-connect": "2.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-less": "2.0.0",
"grunt-contrib-uglify": "4.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "21.0.0",
"highlight.js": "10.7.2",
"jade": "1.11.0",
"load-grunt-tasks": "4.0.0",
"marked": "2.0.1",
"semver": "5.5.1"
},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/karma-runner/karma-runner.github.com.git"
},
"author": "Friedel Ziegelmayer",
"license": "MIT",
"contributors": [
"Friedel Ziegelmayer <[email protected]>",
"Brian Ford <[email protected]>",
"elumalai <[email protected]>",
"isyiwang <[email protected]>",
"Tim Schaub <[email protected]>",
"Matias Niemelä <[email protected]>"
],
"engines": {
"node": ">= 10.11.0"
}
}