-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "softintergrity",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "gulp default"
},
"author": "Harsh Shah [email protected]",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"bootstrap-sass": "^3.3.7",
"browser-sync": "^2.18.12",
"browserify": "^14.4.0",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-deploy-git": "^0.5.3",
"gulp-imagemin": "^3.2.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-pug": "^3.3.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"jquery-background-video": "^1.0.0",
"masonry-layout": "^4.2.0",
"slick-carousel": "^1.6.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"bootstrap": "^3.3.7",
"gsap": "^1.19.1",
"jquery": "^3.2.1"
}
}