-
Notifications
You must be signed in to change notification settings - Fork 195
/
package.json
48 lines (48 loc) · 1.38 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
{
"name": "jquery.responsiveiframe",
"title": "jQuery ResponsiveIframe",
"description": "jQuery ResponsiveIframe by NPR.",
"version": "0.0.3",
"homepage": "https://github.com/npr/responsiveiframe",
"author": {
"name": "Irakli Nadareishvili",
"email": "[email protected]",
"url":"http://www.freshblurbs.com"
},
"contributors" : [
{"name" : "Ioseb Dzmanashvili", "url" : "https://github.com/ioseb"},
{"name" : "Andew Winder", "url" : "https://github.com/awinder"},
{"name" : "John Nelson", "url" : "https://github.com/johnymonster"},
{"name" : "Michael Seid", "url" : "https://github.com/mbseid"},
{"name" : "Adam McElwee", "url" : "https://github.com/acmcelwee"}
],
"repository": {
"type": "git",
"url": "https://github.com/npr/responsiveiframe.git"
},
"bugs": {
"url": "https://github.com/npr/responsiveiframe/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/npr/responsiveiframe/blob/master/LICENSE-MIT"
},
{
"type": "GPL",
"url": "https://github.com/npr/responsiveiframe/blob/master/LICENSE-GPL"
}
],
"dependencies": {
"grunt": "~0.4.0",
"grunt-contrib-qunit": "",
"grunt-jslint": ""
},
"keywords": [],
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
"grunt": "~0.4.1"
}
}