-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 999 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 999 Bytes
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
{
"name": "gitbook-plugin-jsfiddle",
"description": "JSFiddle Integration into GitBook",
"main": "index.js",
"version": "1.0.3",
"author": {
"name": "Konstantin Krivlenia"
},
"keywords": [
"gitbook",
"jsfiddle"
],
"engines": {
"gitbook": "*"
},
"homepage": "https://github.com/Mavrin/gitbook-plugin-jsfiddle",
"repository": {
"type": "git",
"url": "https://github.com/Mavrin/gitbook-plugin-jsfiddle.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Mavrin/gitbook-plugin-jsfiddle/issues"
},
"dependencies": {},
"scripts": {
"test": "karma start karma.conf.js"
},
"devDependencies": {
"chai": "^4.2.0",
"jquery": "^3.4.1",
"karma": "^4.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-firefox-launcher": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-requirejs": "^1.1.0",
"karma-spec-reporter": "0.0.32",
"mocha": "^ 6.2.0",
"requirejs": "^2.3.6"
}
}