-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 993 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
{
"name": "copyeditor",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Miki-AG/copyeditor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Miki-AG/copyeditor/issues"
},
"homepage": "https://github.com/Miki-AG/copyeditor#readme",
"dependencies": {
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-handlebars-file-include": "^1.0.0",
"gulp-html-replace": "^1.6.2",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-plumber": "^1.2.1",
"gulp-preprocess": "^3.0.2",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"merge-stream": "^2.0.0"
},
"devDependencies": {
"gulp-hb": "^8.0.0",
"gulp-nunjucks": "^5.0.0",
"gulp-nunjucks-render": "^2.2.3"
}
}