-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 956 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
{
"name": "enp-quiz",
"version": "0.0.0",
"description": "wordpress plugin for creating and taking quizzes",
"main": "gulpfile.js",
"dependencies": {
"@tinymce/tinymce-jquery": "^2.0.0",
"fs-extra": "^10.1.0",
"jquery": "^3.6.0",
"tinymce": "^6.0.2"
},
"scripts": {
"test": "mocha"
},
"author": "juryjowns",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.4.0",
"chai": "^4.0.2",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^5.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-util": "^0.5.5",
"gulp-crass": "^0.2.2",
"gulp-cssnano": "^2.1.3",
"gulp-insert": "^0.5.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.0",
"mocha": "^5.1.1",
"run-sequence": "^2.2.1",
"sinon": "^5.0.7",
"sinon-chai": "^3.0.0"
},
"overrides": {
"graceful-fs": "^4.2.9"
}
}