-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 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
{
"name": "Stolovka",
"version": "1.0.0",
"description": "Landing page",
"main": "index.js",
"dependencies": {
"npm": "^6.1.0"
},
"devDependencies": {
"bootstrap": "^4.1.1",
"browser-sync": "^2.24.5",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-imagemin": "^4.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-uglifyjs": "^0.6.2",
"gulp-watch": "^5.0.0",
"imagemin-pngquant": "^5.1.0",
"jquery": "^3.3.1",
"rimraf": "^2.6.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://left4mad@bitbucket.org/left4mad/shark-studio.git"
},
"author": "Eduard Yerastov",
"license": "ISC",
"homepage": "https://bitbucket.org/left4mad/shark-studio#readme",
"keywords": []
}