-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"name": "dou-enhancer",
"version": "0.0.20",
"description": "Chrome extension that adds WYSIWYG editor (and more!) to dou.ua",
"main": ".eslintrc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GendelfLugansk/dou-enhancer.git"
},
"author": "Gennady Dogaev",
"license": "MIT",
"bugs": {
"url": "https://github.com/GendelfLugansk/dou-enhancer/issues"
},
"homepage": "https://github.com/GendelfLugansk/dou-enhancer#readme",
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/preset-env": "7.5.5",
"babel-core": "7.0.0-bridge.0",
"del": "3.0.0",
"domify": "1.4.0",
"eslint": "4.19.1",
"font-awesome": "4.7.0",
"gulp": "3.9.1",
"gulp-babel": "8.0.0",
"gulp-eslint": "4.0.2",
"gulp-sass": "3.2.1",
"gulp-sequence": "1.0.0",
"gulp-zip": "4.2.0",
"sanitize-html": "1.20.1",
"striptags": "3.1.1",
"tinymce": "4.9.10",
"tinymce-emoji": "GendelfLugansk/tinymce-emoji#twemoji",
"twemoji": "2.5.1",
"vinyl-named": "1.1.0",
"webpack-stream": "5.2.1"
}
}