forked from aralejs/switchable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 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": "arale-switchable",
"version": "1.1.1",
"description": "Switchable提供了切换的基本操作, 并通过参数配置实现了自动播放, 循环, 切换等操作, 并提供不同的特点封装成了Tabs, Slide, Carousel, Accordion模块. 用户可以根据自己的需求引用不同的模块.",
"keywords": [
"widget",
"tab",
"slide",
"carousel",
"accordion"
],
"homepage": "http://aralejs.org/switchable",
"author": "玉伯 <[email protected]>",
"maintainers": [
"乔花 <[email protected]>",
"康辉 <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/aralejs/switchable.git"
},
"bugs": {
"url": "https://github.com/aralejs/switchable/issues"
},
"spm": {
"main": "switchable.js",
"dependencies": {
"jquery": "1.7.2",
"arale-widget": "1.2.0",
"arale-easing": "1.1.0"
},
"devDependencies": {
"expect.js": "0.3.1",
"sinon": "1.6.0"
},
"buildArgs": "--ignore jquery"
}
}