forked from jquery-backstretch/jquery-backstretch
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "jquery.backstretch-overlay",
"title": "Backstretch Overlay",
"description": "A simple jQuery plugin that allows you to add a dynamically-resized, slideshow-capable background image to any page or element.",
"version": "2.0.4",
"homepage": "http://srobbin.com/jquery-plugins/backstretch/",
"author": {
"name": "Scott Robbin",
"email": "scott@robbin.co",
"url": "http://srobbin.com"
},
"repository": {
"type": "git",
"url": "git://github.com/alisamar/jquery-backstretch-overlay.git"
},
"bugs": {
"url": "https://github.com/srobbin/jquery-backstretch/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://srobbin.com/jquery-plugins/backstretch//blob/master/LICENSE-MIT"
}
],
"dependencies": {
"jquery": ">= 1.7"
},
"keywords": [],
"devDependencies": {
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^1.1.0",
"grunt-contrib-uglify": "^1.0.1",
"underscore": "^1.8.3"
}
}