forked from jquery-backstretch/jquery-backstretch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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": "jquery-backstretch",
"title": "Backstretch",
"description": "A simple jQuery plugin that allows you to add a dynamically-resized, slideshow-capable background image to any page or element.",
"version": "2.1.17",
"main": "jquery.backstretch.js",
"author": {
"name": "Scott Robbin",
"email": "[email protected]",
"url": "http://srobbin.com"
},
"contributors": [
{
"name": "Daniel Cohen Gindi",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/jquery-backstretch/jquery-backstretch.git"
},
"bugs": {
"url": "https://github.com/jquery-backstretch/jquery-backstretch/issues"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {
"jquery": "^3.1.1"
},
"devDependencies": {
"grunt": "1.0.*",
"grunt-contrib-qunit": "1.2.*",
"grunt-contrib-jshint": "1.0.*",
"grunt-contrib-concat": "1.0.*",
"grunt-contrib-uglify": "2.0.*",
"grunt-contrib-watch": "1.0.*"
},
"keywords": []
}