-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 774 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 774 Bytes
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
{
"name": "jarabarbershop",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1993moustafa/jarabarbershop.git"
},
"author": "Moustafa OMar",
"license": "ISC",
"bugs": {
"url": "https://github.com/1993moustafa/jarabarbershop/issues"
},
"homepage": "https://github.com/1993moustafa/jarabarbershop#readme",
"dependencies": {
"gulp-clean-css": "^4.2.0",
"gulp-install": "^1.1.0",
"gulp-sourcemaps": "^2.6.5"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-sass": "^4.0.2",
"gulp-watch-sass": "^1.4.1",
"node-sass": "^4.12.0"
}
}