-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
48 lines (48 loc) · 1.06 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
{
"name": "amazeui-swiper",
"version": "0.0.3",
"description": "Amaze UI styled swiper",
"main": "lib/amazeui.swiper.js",
"style": "dist/amazeui.swiper.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/amazeui/swiper.git"
},
"keywords": [
"amazeui-plugin",
"amaze-ui",
"AMUI",
"swiper",
"jquery-swiper",
"jquery-plugin"
],
"author": {
"name": "minwe",
"email": "minwe@yunshipei.com"
},
"bugs": {
"url": "https://github.com/amazeui/swiper/issues"
},
"homepage": "https://github.com/amazeui/swiper",
"license": "MIT",
"devDependencies": {
"amazeui-doc-util": "latest",
"amazeui-gulp-tasks": "latest",
"browserify": "^10.2.4",
"browserify-shim": "^3.8.8",
"gulp": "^3.9.0",
"gulp-load-plugins": "^0.8.0",
"run-sequence": "^1.0.2",
"amazeui": "^2.4.0"
},
"dependencies": {
"jquery": "^2.1.4",
"swiper": "^3.0.8"
},
"browserify-shim": {
"jquery": "global:jQuery"
}
}