-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 728 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 728 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
{
"name": "yseditor",
"version": "0.1.1",
"description": "A simple and extensible web editor.",
"author": {
"name": "Yusuf Sezer",
"email": "yusufsezer@mail.com",
"url": "http://www.yusufsezer.com/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yusufsefasezer/ysEditor.js"
},
"keywords": [
"wysiwyg",
"editor",
"rich-text-editor",
"wysiwyg-editor",
"text-editor"
],
"devDependencies": {
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-header": "^2.0.9",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.58.3"
}
}