-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.44 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
46
47
48
49
50
51
52
53
54
{
"name": "Paper",
"version": "1.7.1",
"slug": "paper",
"description": "A Multipuprpose HTML Template",
"main": "app/dist/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nomi",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.12.3",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-changed": "^3.1.0",
"gulp-clean-css": "^3.4.2",
"gulp-concat": "^2.6.1",
"gulp-ftp": "^1.1.0",
"gulp-gm": "0.0.8",
"gulp-htmlclean": "^2.7.14",
"gulp-imagemin": "^2.4.0",
"gulp-inject-partials": "0.0.3",
"gulp-minify-inline": "^1.0.0",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^1.5.4",
"gulp-uglifycss": "^1.0.6",
"gulp-util": "^3.0.8",
"gulp-webpack": "^1.5.0",
"gulp-zip": "^4.0.0"
},
"dependencies": {
"bootstrap": "^4.0.0-alpha.6",
"chart.js": "^2.5.0",
"del": "^3.0.0",
"fs-extra": "^4.0.1",
"gmaps": "^0.4.24",
"google-maps": "^3.2.1",
"gulp-cached": "^1.1.1",
"gulp-util": "^3.0.8",
"isotope-layout": "^3.0.3",
"jquery": "^3.1.1",
"jquery-knob": "github:aterrien/jQuery-Knob",
"jquery.easing": "^1.4.1",
"jquery.mmenu": "github:frdh/jQuery.mmenu",
"lightslider": "^1.1.6",
"load-google-maps-api": "0.0.2",
"masonry-layout": "^4.2.0",
"nprogress": "^0.2.0",
"popper.js": "^1.12.5",
"scrollreveal": "^3.3.6",
"vinyl-ftp": "^0.6.0"
}
}