-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 973 Bytes
/
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
{
"name": "landing-page",
"version": "1.0.0",
"description": "demo of some skills",
"main": "index.js",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abdelyaz/landing-page.git"
},
"keywords": [
"Montage",
"Landing",
"Page"
],
"author": "Abdelkader EL YAZIDI",
"license": "ISC",
"bugs": {
"url": "https://github.com/abdelyaz/landing-page/issues"
},
"homepage": "https://github.com/abdelyaz/landing-page#readme",
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp": "^3.9.1",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.1.0",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-ruby-sass": "^3.0.0",
"gulp-uglify": "^3.0.1",
"node-sass": "^4.9.4",
"syncy": "^2.2.2"
},
"dependencies": {
"lodash": "^4.17.5"
}
}