forked from abdavid/jslider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.66 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "html5-slider",
"version": "2.1.3",
"description": "Just another slider implementation. Touch friendly.",
"homepage": "https://github.com/onepercentclub/jslider",
"keywords": [
"jquery",
"dom",
"slider",
"touch",
"html5"
],
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "~0.4.2",
"grunt-karma": "^0.8.2",
"grunt-newer": "~0.6.0",
"grunt-recess": "~0.5.0",
"grunt-ts": "^1.8.2",
"jasmine-expect": "~1.21.0",
"jasmine-jquery": "~2.0.6",
"karma": "^0.12.1",
"karma-chrome-launcher": "^0.1.2",
"karma-coverage": "^0.2.1",
"karma-jasmine": "^0.2.2",
"karma-junit-reporter": "^0.2.1",
"karma-phantomjs-launcher": "^0.1.2",
"phantomjs": "~1.9.7-1"
},
"maintainers": [
{
"name": "David A T Børresen",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "Richard Mitchell",
"email": "[email protected]"
},
{
"name": "Egor Khmelev",
"email": "[email protected]",
"web": "http://egorkhmelev.com/"
}
],
"bugs": "https://github.com/abdavid/jslider/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repository": [
{
"type": "git",
"url": "https://github.com/abdavid/jslider.git"
}
],
"github": "https://github.com/abdavid/jslider"
}