forked from froala/design-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.43 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
{
"name": "froala-design-blocks",
"version": "1.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": {
"gulp": "gulp",
"dist": "gulp dist"
},
"devDependencies": {
"del": "^3.0.0",
"fs-extra": "^4.0.2",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"gulp-copy": "^1.0.0",
"gulp-livereload": "^3.8.1",
"gulp-open": "^2.0.0",
"gulp-sass": "^3.1.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"node-sass": "^4.5.3",
"puppeteer": "^0.12.0"
},
"dependencies": {
"bootstrap": "^4.0.0-beta.2",
"jquery": "^3.0.0",
"popper.js": "^1.11.0",
"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"
]
}
]
}