-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 805 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 805 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
33
{
"name": "photography-blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "npm run gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ibonom/PhotographyBlog.git"
},
"author": "Dawid",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ibonom/PhotographyBlog/issues"
},
"homepage": "https://github.com/Ibonom/PhotographyBlog#readme",
"devDependencies": {
"browser-sync": "^2.27.10",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0"
},
"dependencies": {
"bootstrap-icons": "^1.8.3",
"gulp-uglify": "^3.0.2",
"sass": "^1.53.0"
}
}