forked from glidejs/glide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·42 lines (42 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
{
"name": "glidejs",
"version": "2.1.0",
"description": "Glide is a responsive and touch-friendly jQuery slider. Based on CSS3 transitions with fallback to older broswers. It's simple, lightweight and fast.",
"main": "dist/glide.js",
"author": "Jędrzej Chałubek <[email protected]>",
"homepage": "http://glide.jedrzejchalubek.com",
"repository": {
"type": "git",
"url": "https://github.com/jedrzejchalubek/Glide.js.git"
},
"license": "MIT",
"keywords": [
"simple",
"lightweight",
"fast",
"slider",
"carousel",
"jQuery",
"CSS3",
"transitions",
"touch",
"responsive"
],
"dependencies": {
"jquery": "2.2.*"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-autoprefixer": "*",
"grunt-contrib-less": "*",
"grunt-less-to-sass": "*",
"grunt-contrib-coffee": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-jasmine": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"matchdep": "*",
"module": "0.0.1"
}
}