forked from egorkhmelev/jslider
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
54 lines (54 loc) · 1.17 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
52
53
54
{
"name": "jquery.slider",
"version": "1.2.0",
"description": "Jquery slider",
"homepage": "http://egorkhmelev.github.com/jslider/",
"keywords": [
"jquery",
"dom",
"slider"
],
"devDependencies": {
"grunt": "~0.4.0",
"yuicompressor": "~2.4.7"
},
"jam": {
"main": "dist/jquery.slider.amd.min.js",
"include": [
"dist/jquery.slider.amd.min.js",
"dist/jquery.slider.min.css",
"README.md",
"CHANGES.md",
"MIT_LICENSE.txt",
"package.json",
"img"
]
},
"maintainers": [
{
"name": "Richard Mitchell",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "Egor Khmelev",
"email": "[email protected]",
"web": "http://egorkhmelev.com/"
}
],
"bugs": "https://github.com/SalesSeek/jslider/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "http://github.com/SalesSeek/jslider.git"
}
],
"github": "http://github.com/SalesSeek/jslider"
}