-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.45 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
{
"name": "karma-file-fixtures-preprocessor",
"version": "3.0.2",
"description": "A Karma plugin that makes file content accessible within test environments",
"author": "John Hildenbiddle <http://hildenbiddle.com>",
"license": "MIT",
"homepage": "https://github.com/jhildenbiddle/karma-file-fixtures-preprocessor",
"repository": {
"type": "git",
"url": "git+https://jhildenbiddle@github.com/jhildenbiddle/karma-file-fixtures-preprocessor.git"
},
"bugs": {
"url": "https://github.com/jhildenbiddle/karma-file-fixtures-preprocessor/issues"
},
"keywords": [
"css",
"file",
"files",
"fixture",
"fixtures",
"html",
"json",
"karma-plugin",
"karma-preprocessor",
"karma",
"plugin",
"preprocessor",
"text",
"txt"
],
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"lint": "eslint . && markdownlint . --ignore node_modules",
"test": "karma start && karma start --usepluginoptions",
"version": "npm test"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.32.0",
"eslint-plugin-chai-expect": "^2.0.1",
"eslint-plugin-mocha": "^9.0.0",
"karma": "6.3.4",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-eslint": "^2.2.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^5.0.0",
"markdownlint-cli": "^0.28.1",
"mocha": "^9.1.1",
"webpack": "^5.52.0"
}
}