-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "sass_workflow",
"version": "1.0.0",
"description": "Sass practicig with gulp based workflow",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoSaGuDu/sass_workflow.git"
},
"keywords": [
"sass",
"gulp",
"workflow",
"javascript",
"git"
],
"author": "JoSaGuDu",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoSaGuDu/sass_workflow/issues"
},
"homepage": "https://github.com/JoSaGuDu/sass_workflow#readme",
"devDependencies": {
"bootstrap": "^4.1.3",
"browser-sync": "^2.24.5",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-sass": "^4.0.1",
"jquery": "^3.3.1",
"merge-stream": "^1.0.1",
"mustache": "^2.3.0",
"popper.js": "^1.14.3"
},
"dependencies": {
"hoek": "^5.0.3",
"shell-quote": "^1.6.1",
"uglify-js": "^3.4.5"
}
}