-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.33 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": "layout-song",
"version": "1.0.0",
"description": "page-proofs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexeyKorkoza/LayoutSong.git"
},
"keywords": [
"html5",
"css3",
"js",
"jquery",
"npm"
],
"author": "Alexey Korkoza",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlexeyKorkoza/LayoutSong/issues"
},
"homepage": "https://github.com/AlexeyKorkoza/LayoutSong#readme",
"dependencies": {
"animate.css": "^3.5.2",
"browser-sync": "^2.18.8",
"css-element-queries": "^0.4.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-browserify": "^0.5.1",
"gulp-cache": "^0.4.6",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.2.0",
"gulp-jscpd": "0.0.7",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.1.2",
"gulp-watch": "^4.3.11",
"imagemin-pngquant": "^5.0.0",
"jquery": "^3.2.1",
"jquery-plugin-viewport-checker": "^1.8.3",
"jquery-sticky": "^1.0.4",
"jquery-validation": "^1.16.0",
"mediaelement": "^4.0.3",
"owl.carousel": "^2.2.0",
"social-buttons": "^2.3.6"
}
}