-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "vue-tiny-slider",
"version": "0.1.38",
"description": "Vanilla javascript slider for all purposes created by ganlanyuan in Vue.",
"main": "./dist/index.js",
"scripts": {
"watch": "webpack --watch --colors --hide-modules --mode development",
"build": "webpack --colors --hide-modules --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viktorlarsson/vue-tiny-slider.git"
},
"keywords": [
"javascript",
"vue",
"tiny-slider",
"slider",
"carousel"
],
"author": "Viktor Sarström & Morgan Eklund",
"license": "MIT",
"bugs": {
"url": "https://github.com/viktorlarsson/vue-tiny-slider/issues"
},
"homepage": "https://github.com/viktorlarsson/vue-tiny-slider#readme",
"dependencies": {
"lodash": "^4.17.11",
"tiny-slider": "^2.9.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"
}
}