forked from sourishkrout/jquery-github-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 806 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 806 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
{
"name": "jquery.github",
"title": "jQuery Github Widget",
"description": "A simple github widget for embeding in a page, displays an arbitrary number of your most recently active repositories.",
"version": "0.1.1",
"homepage": "https://github.com/JoePettersson/jquery-github-widget",
"author": {
"name": "Joe Pettersson",
"url": "http://joepettersson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/JoePettersson/jquery-github-widget.git"
},
"bugs": {
"url": "https://github.com/JoePettersson/jquery-github-widget/issues"
},
"devDependencies": {
"grunt": ">= 0.3.12"
, "grunt-jasmine-task": ">= 0.2.2"
, "grunt-css": ">= 0.2.1"
, "temporary": ">= 0.0.4"
},
"dependencies": {
"jquery": ">= 1.5.0"
},
"scripts": {
"test": "grunt"
},
"keywords": []
}