-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
42 lines (42 loc) · 1017 Bytes
/
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
{
"name": "tinymce-plugin-youtube",
"version": "3.0.0",
"description": "Plugin youtube for TinyMCE 5",
"main": "youtube.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gtraxx/tinymce-plugin-youtube.git"
},
"keywords": [
"tinymce",
"jquery",
"youtube"
],
"author": {
"name": "Gerits Aurelien",
"mail": "aurelien@magix-cms.com"
},
"license": "GPL3",
"bugs": {
"url": "https://github.com/gtraxx/tinymce-plugin-youtube/issues"
},
"homepage": "https://github.com/gtraxx/tinymce-plugin-youtube",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.2.4",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.4",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.3.0",
"gulp-terser": "^1.2.0",
"gulp-zip": "^0.3.4"
},
"dependencies": {
"graceful-fs": "^4.1.15",
"gulp-terser-js": "^4.0.2"
}
}