forked from drewjbartlett/vue-flickity
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 996 Bytes
/
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
{
"name": "vue-flickity",
"version": "1.2.1",
"description": "A Vue Component for Flickity.js (http://flickity.metafizzy.co/).",
"main": "src/flickity.vue",
"scripts": {
"lint": "eslint src --ext .js,.vue",
"test": "npm run lint"
},
"browserify": {
"transform": [
"vueify"
]
},
"keywords": [
"flickity",
"responsive",
"touch",
"carousel",
"vue"
],
"author": "Drew J Bartlett",
"license": "ISC",
"bugs": {
"url": "https://github.com/drewjbartlett/vue-flickity/issues"
},
"homepage": "https://github.com/drewjbartlett/vue-flickity#readme",
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-vue": "^4.4.0",
"eslint-restricted-globals": "^0.1.1",
"vue": "^2.1.4"
},
"dependencies": {
"flickity": "^2.2.0",
"flickity-fade": "^1.0.0"
}
}