forked from CreativeBulma/bulma-tooltip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.75 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
71
72
73
74
75
76
77
78
{
"name": "@creativebulma/bulma-tooltip",
"description": "Display a tooltip attached to any kind of element, in different position.",
"version": "1.2.0",
"homepage": "https://github.com/CreativeBulma/bulma-tooltip",
"author": {
"name": "Gaetan",
"email": "[email protected]",
"url": "https://creativebulma.net"
},
"main": "./src/sass/index.scss",
"style": "./dist/bulma-tooltip.css",
"sass": "./src/sass/index.scss",
"repository": {
"type": "git",
"url": "git+https://github.com/CreativeBulma/bulma-tooltip.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/CreativeBulma/bulma-tooltip/issues"
},
"keywords": [
"tooltip",
"ui",
"component",
"extension",
"html",
"html5",
"css3",
"sass",
"bulma",
"bulmaio",
"bulma.io"
],
"devDependencies": {
"autoprefixer": "^9.7.4",
"bulma": "^1.0.1",
"cssnano": "^7.0.3",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"gulp-cache-bust": "^1.4.1",
"gulp-clean-css": "^4.3.0",
"gulp-clean-dir": "^1.0.2",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-nop": "0.0.3",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-run": "^1.7.1",
"gulp-sass": "^5.1.0",
"gulp-shell": "^0.8.0",
"gulp-svgmin": "^2.2.0",
"gulp-uglify": "^3.0.2",
"hugo-bin": "^0.55.1",
"internal-ip": "^6.0.0",
"parse-filepath": "^1.0.2",
"path": "^0.12.7",
"sass": "^1.77.6"
},
"scripts": {
"build": "gulp",
"build:styles": "gulp build:styles",
"demo": "gulp demo",
"demo:build": "gulp demo:build",
"demo:serve": "gulp demo:serve",
"doc": "gulp doc",
"doc:build": "gulp doc:build",
"doc:serve": "gulp doc:serve",
"optimize": "gulp optimize",
"start": "gulp demo:serve"
},
"files": [
"dist",
"src",
"LICENSE",
"README.md"
]
}