-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 918 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
{
"name": "simple_landingpage",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/jithinb68/simple_landingpage.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/jithinb68/simple_landingpage#readme",
"devDependencies": {
"autoprefixer": "^9.6.1",
"browser-sync": "^2.26.7",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"merge-stream": "^2.0.0"
},
"dependencies": {
"aos": "^3.0.0-beta.6",
"bootstrap": "^4.3.1",
"mdi": "^2.2.43",
"owl.carousel": "^2.3.4",
"owl.carousel2": "^2.2.1",
"popper.js": "^1.15.0"
}
}