-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 797 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 797 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
{
"name": "scormy-editor",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"@babel/standalone": "^7.6.4",
"@smarthtmlelements/smart-elements-community": "^4.6.0",
"@webcomponents/webcomponentsjs": "^2.3.0",
"ckeditor": "^4.12.1",
"file-saver": "^2.0.2",
"jszip": "^3.2.2",
"jszip-utils": "^0.1.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PixlRainbow/scormy-editor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PixlRainbow/scormy-editor/issues"
},
"homepage": "https://github.com/PixlRainbow/scormy-editor#readme"
}