forked from surmon-china/vue-awesome-swiper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
{
"name": "vue-awesome-swiper",
"version": "2.5.4",
"description": "Swiper component for Vue.js(1.x ~ 2.x)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production browserify -t vueify -e index.js -x vue -s VueAwesomeSwiper -o dist/vue-awesome-swiper.js -d && uglifyjs dist/vue-awesome-swiper.js --source-map -o dist/vue-awesome-swiper.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/surmon-china/vue-awesome-swiper.git"
},
"keywords": [
"vue-awesome-swiper",
"vue awesome swiper",
"awesome-swiper",
"vue carrousel",
"vue swiper",
"vue slide",
"carrousel",
"swiper"
],
"author": {
"name": "Surmon",
"email": "[email protected]",
"url": "https://surmon.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/surmon-china/vue-awesome-swiper/issues"
},
"homepage": "https://github.com/surmon-china/vue-awesome-swiper#readme",
"browserify-css": {
"autoInject": true,
"minify": true,
"rootDir": "."
},
"dependencies": {
"swiper": "^3.4.2"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"browserify": "^14.4.0",
"cross-env": "^5.0.0",
"uglify-js": "^3.0.15",
"vueify": "^8.7.0"
}
}