forked from froala/design-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.57 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "froala-design-blocks",
"version": "2.0.1",
"description": "An amazing collection of over 170 ready to use design blocks based on Bootstrap.",
"keywords": [
"froala",
"froala design blocks",
"html design",
"bootstrap",
"material design",
"html templates",
"website design",
"html5",
"trending design"
],
"homepage": "https://www.froala.com/design-blocks",
"license": "https://github.com/froala/design-blocks/blob/master/LICENSE",
"repository": {
"type": "git",
"url": "git://github.com/froala/design-blocks.git"
},
"maintainers": [
{
"name": "Froala Labs"
}
],
"scripts": {
"screenshots": "gulp screenshots",
"start": "gulp",
"zip": "gulp zip",
"dist": "gulp dist && gulp zip"
},
"devDependencies": {
"del": "^3.0.0",
"fs-extra": "^4.0.3",
"gulp": "^3.9.1",
"gulp-connect": "^5.6.1",
"gulp-copy": "^1.1.0",
"gulp-cssmin": "^0.2.0",
"gulp-open": "^2.1.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"gulp-zip": "^4.2.0",
"node-sass": "^4.9.3",
"puppeteer": "^0.12.0"
},
"dependencies": {
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"popper.js": "^1.14.4",
"vinyl-paths": "^2.1.0"
},
"main": "dist/index.html",
"npmName": "froala-design-blocks",
"npmFileMap": [
{
"basePath": "/dist",
"files": [
"*.html",
"css/*.css",
"imgs/*.jpg",
"imgs/*.png",
"imgs/*.svg"
]
}
]
}