forked from SalesSeek/jslider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.22 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.22 KB
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
55
56
57
{
"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",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"uglify-js": "~2.3.6"
},
"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": "richard.mitchell@salesseek.co.uk"
}
],
"contributors": [
{
"name": "Egor Khmelev",
"email": "hmelyoff@gmail.com",
"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"
}