This repository has been archived by the owner on Nov 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.56 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
{
"name": "landstorm_developer_system",
"version": "1.3.0",
"description": "Es un sistema gratuito para desarrolladores web que genera un entorno de desarrollo específicamente para sitios web estáticos construidos a partir de componentes en pug, librerías javascript y el framework css nativo de landstorm.",
"main": "gulpfile.js",
"dependencies": {
"browser-sync": "^2.26.7",
"critical": "^1.3.6",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-base64-inline": "^1.0.6",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.2.0",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-ext-replace": "^0.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^6.1.1",
"gulp-inject": "^5.0.4",
"gulp-postcss": "^8.0.0",
"gulp-pug": "^4.0.1",
"gulp-purgecss": "^1.2.0",
"gulp-sitemap": "^7.5.0",
"gulp-strip-comments": "^2.5.2",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"imagemin-webp": "^5.1.0",
"tailwindcss": "^1.1.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/LuisDark123/Landstorm_Developer_System.git"
},
"keywords": [
"gulp",
"sass",
"pug",
"framework"
],
"author": "luisdark935@gmail.com @luisdark123",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/LuisDark123/Landstorm_Developer_System/issues"
},
"homepage": "/~https://github.com/LuisDark123/Landstorm_Developer_System#readme"
}