-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
91 lines (91 loc) · 2.52 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "landing-upplication",
"version": "3.17.4",
"author": "Upplication Team <javier.arnaiz@upplication.com>",
"scripts": {
"start": "gulp",
"deploy": "gulp deploy"
},
"contributors": [
{
"name": "David Luna",
"email": "david.luna@upplication.com"
},
{
"name": "Javier Arnáiz",
"email": "javier.arnaiz@upplication.com"
},
{
"name": "Javier Lorenzo",
"email": "javier.lorenzo@upplication.com"
},
{
"name": "Juan José Herrero Barbosa",
"email": "juan.herrero@upplication.com"
},
{
"name": "Marcos Rojas Martin",
"email": "markis992@gmail.com"
},
{
"name": "Raul Jiménez",
"email": "@hhkaos"
},
{
"name": "Borja Andrés",
"email": "@borya09"
}
],
"devDependencies": {
"bluebird": "^3.4.1",
"connect-livereload": "~0.2.0",
"dateformat": "~1.0.12",
"del": "^2.2.1",
"event-stream": "^3.3.3",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-connect": "^4.1.0",
"gulp-data": "^1.2.1",
"gulp-imagemin": "^4.1.0",
"gulp-jade": "^1.1.0",
"gulp-less": "^3.1.0",
"gulp-minify-inline": "^0.2.1",
"gulp-onesky": "^1.1.0",
"gulp-replace-task": "^0.11.0",
"gulp-rev": "^7.1.0",
"gulp-rev-delete-original": "^0.2.2",
"gulp-rev-replace": "^0.4.3",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"less": "^2.7.1",
"lodash": "^4.17.13",
"merge-stream": "^1.0.0",
"request-promise": "^3.0.0",
"through2": "^2.0.1"
},
"dependencies": {
"@bower_components/aos": "michalsnik/aos#2.1.1",
"@bower_components/jquery": "jquery/jquery-dist#2.2.4",
"@bower_components/materialize": "Dogfalo/materialize#v0.100.2",
"@bower_components/money.js": "openexchangerates/money.js#0.1.3",
"@bower_components/owl.carousel": "OwlCarousel2/OwlCarousel2#2.2.1",
"@bower_components/typed.js": "mattboldt/typed.js#v1.1.7",
"@bower_components/upplication-icons": "upplication/icons#v1.0.18",
"aos": "michalsnik/aos#2.1.1",
"jquery": "jquery/jquery-dist#2.2.4",
"materialize-css": "Dogfalo/materialize#v0.100.2",
"money": "openexchangerates/money.js#0.1.3",
"owl.carousel": "OwlCarousel2/OwlCarousel2#2.2.1",
"typed.js": "mattboldt/typed.js#v1.1.7",
"upplication-icons": "upplication/icons#v1.0.18"
},
"resolutions": {
"natives": "1.1.3"
},
"engines": {
"yarn": ">= 1.0.0",
"node" : ">=6.0.0"
}
}