forked from Wikiki/bulma-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.61 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
{
"name": "bulma-carousel",
"version": "2.0.14",
"description": "Display a Image / Content carousel",
"main": "dist/bulma-carousel.sass",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wikiki/bulma-carousel.git"
},
"keywords": [
"Bulma",
"extensions",
"bulma",
"bulma.io"
],
"author": "Wikiki <wikiki@protonmail.com> (https://wikiki.github.io/bulma-extensions/overview)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wikiki/bulma-carousel/issues"
},
"homepage": "https://github.com/Wikiki/bulma-carousel#readme",
"scripts": {
"build": "gulp"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.39",
"@babel/preset-env": "^7.0.0-beta.39",
"babel-core": "^7.0.0-beta.3",
"bulma": "latest",
"camelcase": "^4.1.0",
"conventional-github-releaser": "^2.0.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.1",
"gulp-babel-minify": "^0.3.0",
"gulp-better-rollup": "^3.0.0",
"gulp-bump": "^3.1.0",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-conventional-changelog": "^1.1.11",
"gulp-git": "^2.5.1",
"gulp-postcss": "^7.0.1",
"gulp-sass": "latest",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"rollup-plugin-babel": "^3.0.3",
"run-sequence": "^2.2.1"
},
"files": [
"dist/bulma-carousel.sass",
"dist/bulma-carousel.min.css",
"dist/bulma-carousel.js",
"dist/bulma-carousel.min.js",
"LICENSE",
"README.md"
]
}