forked from glidejs/glide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 881 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·38 lines (38 loc) · 881 Bytes
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": "Glide.js",
"version": "2.0.5",
"description": "Simple, lightweight and fast jQuery slider",
"main": "Gruntfile.js",
"author": "@jedrzejchalubek",
"homepage": "http://glide.jedrzejchalubek.com",
"repository": {
"type": "git",
"url": "https://github.com/jedrzejchalubek/Glide.js.git"
},
"license": "MIT",
"keywords": [
"simple",
"lightweight",
"fast",
"slider",
"jQuery",
"CSS3",
"transitions",
"touch",
"responsive"
],
"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"
}
}