-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.61 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
49
50
51
52
53
{
"name": "reboot-lanyon",
"version": "v1.0.2-beta.1",
"description": "Gulp task runner for Reboot Lanyon Jekyll theme",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonapraneeth-a/reboot-lanyon.git"
},
"author": "Sona Praneeth Akula",
"license": "MIT",
"bugs": {
"url": "https://github.com/sonapraneeth-a/reboot-lanyon/issues"
},
"homepage": "https://github.com/sonapraneeth-a/reboot-lanyon#readme",
"devDependencies": {
"browser-sync": "^2.26.13",
"del": "^6.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-clean-css": "^4.3.0",
"gulp-exec": "^5.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-inline-css": "^3.5.0",
"gulp-minify": "^3.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-size": "^3.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-comments": "^2.5.2",
"gulp-uglify": "^3.0.2",
"gulp-uglifyes": "^0.2.1",
"gulp-using": "^0.1.1",
"gulp-watch": "^5.0.1",
"require-dir": "^1.2.0",
"shelljs": "^0.8.4",
"yargs": "^16.1.0"
},
"dependencies": {
"gulp-inline-css": "^3.5.0",
"gulp-inline-source": "^4.0.0",
"node-sass": "^4.14.1"
}
}