-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.07 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
42
43
44
45
46
47
48
{
"name": "ckeditor-skin-clean",
"description": "",
"version": "0.0.1",
"keywords": [
"ckeditor",
"skin",
"clean"
],
"author": {
"name": "Rikishi",
"email": "[email protected]",
"url": "https://github.com/Katochimoto"
},
"bugs": {
"url": "https://github.com/Katochimoto/ckeditor-skin-clean/issues",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:Katochimoto/ckeditor-skin-clean.git"
},
"devDependencies": {
"auto": "^0.1.2",
"autoprefixer": "5.2.0",
"del": "~1.1.0",
"grunt": "^1.0.2",
"gulp": "3.9.0",
"gulp-filelog": "~0.4.1",
"gulp-grunt": "~0.5.2",
"gulp-replace": "~0.5.2",
"load-grunt-tasks": "~1.0.0",
"stylobate": "0.25.x",
"stylobate-islands": "0.28.x",
"stylus": "0.52.0",
"svg_fallback": "https://github.com/Katochimoto/svg-fallback.git#my-master"
},
"engines": {
"node": ">=0.6.0"
},
"scripts": {
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"graceful-fs": "4.2.3"
}
}