This repository has been archived by the owner on Mar 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
71 lines (71 loc) · 1.87 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
{
"name": "bulma-tooltip",
"version": "3.0.1",
"description": "Display a tooltip attached to any kind of element, in different position.",
"main": "./dist/css/bulma-tooltip.min.css",
"style": "./dist/bulma-tooltip.min.css",
"sass": "./src/sass/index.sass",
"scripts": {
"build": "gulp",
"commit": "git-cz",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wikiki/bulma-tooltip.git"
},
"keywords": [
"Bulma",
"bulma",
"bulma.io",
"extensions",
"tooltip"
],
"author": "Wikiki <[email protected]> (https://wikiki.github.io/bulma-extensions/overview)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wikiki/bulma-tooltip/issues"
},
"homepage": "https://github.com/Wikiki/bulma-tooltip#readme",
"devDependencies": {
"ansi-colors": "^2.0.1",
"autoprefixer": "^8.6.2",
"babel-core": "^6.26.3",
"babel-jest": "^23.0.1",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bulma": "^0.7.1",
"camelcase": "^5.0.0",
"commitizen": "^2.10.1",
"cz-conventional-changelog": "^2.1.0",
"del": "^3.0.0",
"fancy-log": "^1.3.2",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-nop": "0.0.3",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"jest": "^23.1.0",
"regenerator-runtime": "^0.11.1",
"semantic-release": "^15.5.2",
"travis-deploy-once": "^5.0.0",
"webpack": "^4.12.0",
"webpack-stream": "^4.0.3"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"files": [
"dist/**",
"src/**",
"LICENSE",
"README.md"
]
}