-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "crystalslider",
"version": "1.1.0",
"description": "Lightweight and simple slider written in vanilla JS",
"author": "Vadim Bogomazov <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vadimbogomazov/CrystalSlider"
},
"keywords": [
"slider",
"carousel",
"crystalslider",
"responsive"
],
"scripts": {
"build": "webpack"
},
"main": "dist/crystalslider.min.js",
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-preset-es2015": "^6.24.0",
"babel-register": "^6.24.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-webpack": "^1.5.0"
},
"bugs": {
"url": "https://github.com/vadimbogomazov/CrystalSlider/issues"
}
}