-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
{
"name": "nigma-framework-front",
"version": "1.0.0",
"description": "Código pre-horneado listo para mezclar, probar y disfrutar!",
"author": {
"name": "Jeison Sánchez",
"email": "[email protected]",
"url": "https://www.nigma.co"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.5.3",
"browser-sync": "^2.18.2",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.8.0",
"gulp": "^3.9.1",
"gulp-cachebust": "0.0.6",
"gulp-cached": "^1.1.1",
"gulp-changed": "^1.3.2",
"gulp-collate": "0.0.3",
"gulp-consolidate": "^0.2.0",
"gulp-deleted": "0.0.2",
"gulp-environments": "^0.1.1",
"gulp-header": "^1.8.8",
"gulp-html-prettify": "0.0.1",
"gulp-iconfont": "^10.0.3",
"gulp-imagemin": "^3.1.1",
"gulp-include": "^2.3.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-pug": "^3.1.0",
"gulp-pug-inheritance": "^0.2.1",
"gulp-remember": "^1.0.1",
"gulp-sourcemaps": "^1.9.1",
"gulp-stylus": "^2.6.0",
"gulp-ttf2woff": "^1.1.1",
"gulp-ttf2woff2": "^3.0.0",
"gulp-uglify-es": "^2.0.0",
"imagemin-jpeg-recompress": "^5.1.0",
"imagemin-pngquant": "^5.0.0",
"perfectionist": "^2.3.1",
"require-dir": "^0.3.1",
"sort-css-media-queries": "^1.3.4"
}
}