-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlemonstand-repos.json
6140 lines (6140 loc) · 374 KB
/
lemonstand-repos.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"id": 1170124,
"name": "ls-test-tool",
"full_name": "lemonstand/ls-test-tool",
"owner": {
"login": "lemonstand",
"id": 283859,
"avatar_url": "https://avatars.githubusercontent.com/u/283859?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/lemonstand",
"html_url": "https://github.com/lemonstand",
"followers_url": "https://api.github.com/users/lemonstand/followers",
"following_url": "https://api.github.com/users/lemonstand/following{/other_user}",
"gists_url": "https://api.github.com/users/lemonstand/gists{/gist_id}",
"starred_url": "https://api.github.com/users/lemonstand/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lemonstand/subscriptions",
"organizations_url": "https://api.github.com/users/lemonstand/orgs",
"repos_url": "https://api.github.com/users/lemonstand/repos",
"events_url": "https://api.github.com/users/lemonstand/events{/privacy}",
"received_events_url": "https://api.github.com/users/lemonstand/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/lemonstand/ls-test-tool",
"description": "System Evaluation Tool for the LemonStand platform.",
"fork": false,
"url": "https://api.github.com/repos/lemonstand/ls-test-tool",
"forks_url": "https://api.github.com/repos/lemonstand/ls-test-tool/forks",
"keys_url": "https://api.github.com/repos/lemonstand/ls-test-tool/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/lemonstand/ls-test-tool/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/lemonstand/ls-test-tool/teams",
"hooks_url": "https://api.github.com/repos/lemonstand/ls-test-tool/hooks",
"issue_events_url": "https://api.github.com/repos/lemonstand/ls-test-tool/issues/events{/number}",
"events_url": "https://api.github.com/repos/lemonstand/ls-test-tool/events",
"assignees_url": "https://api.github.com/repos/lemonstand/ls-test-tool/assignees{/user}",
"branches_url": "https://api.github.com/repos/lemonstand/ls-test-tool/branches{/branch}",
"tags_url": "https://api.github.com/repos/lemonstand/ls-test-tool/tags",
"blobs_url": "https://api.github.com/repos/lemonstand/ls-test-tool/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/lemonstand/ls-test-tool/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/lemonstand/ls-test-tool/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/lemonstand/ls-test-tool/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/lemonstand/ls-test-tool/statuses/{sha}",
"languages_url": "https://api.github.com/repos/lemonstand/ls-test-tool/languages",
"stargazers_url": "https://api.github.com/repos/lemonstand/ls-test-tool/stargazers",
"contributors_url": "https://api.github.com/repos/lemonstand/ls-test-tool/contributors",
"subscribers_url": "https://api.github.com/repos/lemonstand/ls-test-tool/subscribers",
"subscription_url": "https://api.github.com/repos/lemonstand/ls-test-tool/subscription",
"commits_url": "https://api.github.com/repos/lemonstand/ls-test-tool/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/lemonstand/ls-test-tool/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/lemonstand/ls-test-tool/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/lemonstand/ls-test-tool/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/lemonstand/ls-test-tool/contents/{+path}",
"compare_url": "https://api.github.com/repos/lemonstand/ls-test-tool/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/lemonstand/ls-test-tool/merges",
"archive_url": "https://api.github.com/repos/lemonstand/ls-test-tool/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/lemonstand/ls-test-tool/downloads",
"issues_url": "https://api.github.com/repos/lemonstand/ls-test-tool/issues{/number}",
"pulls_url": "https://api.github.com/repos/lemonstand/ls-test-tool/pulls{/number}",
"milestones_url": "https://api.github.com/repos/lemonstand/ls-test-tool/milestones{/number}",
"notifications_url": "https://api.github.com/repos/lemonstand/ls-test-tool/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/lemonstand/ls-test-tool/labels{/name}",
"releases_url": "https://api.github.com/repos/lemonstand/ls-test-tool/releases{/id}",
"deployments_url": "https://api.github.com/repos/lemonstand/ls-test-tool/deployments",
"created_at": "2010-12-15T04:09:17Z",
"updated_at": "2014-12-09T19:15:27Z",
"pushed_at": "2012-05-27T23:51:28Z",
"git_url": "git://github.com/lemonstand/ls-test-tool.git",
"ssh_url": "[email protected]:lemonstand/ls-test-tool.git",
"clone_url": "https://github.com/lemonstand/ls-test-tool.git",
"svn_url": "https://github.com/lemonstand/ls-test-tool",
"homepage": "lemonstandapp.com",
"size": 248,
"stargazers_count": 1,
"watchers_count": 1,
"language": "PHP",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1,
"mirror_url": null,
"open_issues_count": 0,
"forks": 1,
"open_issues": 0,
"watchers": 1,
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 1330096,
"name": "ls-theme-utility",
"full_name": "lemonstand/ls-theme-utility",
"owner": {
"login": "lemonstand",
"id": 283859,
"avatar_url": "https://avatars.githubusercontent.com/u/283859?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/lemonstand",
"html_url": "https://github.com/lemonstand",
"followers_url": "https://api.github.com/users/lemonstand/followers",
"following_url": "https://api.github.com/users/lemonstand/following{/other_user}",
"gists_url": "https://api.github.com/users/lemonstand/gists{/gist_id}",
"starred_url": "https://api.github.com/users/lemonstand/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lemonstand/subscriptions",
"organizations_url": "https://api.github.com/users/lemonstand/orgs",
"repos_url": "https://api.github.com/users/lemonstand/repos",
"events_url": "https://api.github.com/users/lemonstand/events{/privacy}",
"received_events_url": "https://api.github.com/users/lemonstand/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/lemonstand/ls-theme-utility",
"description": "Utility theme for your LemonStand store.",
"fork": false,
"url": "https://api.github.com/repos/lemonstand/ls-theme-utility",
"forks_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/forks",
"keys_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/teams",
"hooks_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/hooks",
"issue_events_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/issues/events{/number}",
"events_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/events",
"assignees_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/assignees{/user}",
"branches_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/branches{/branch}",
"tags_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/tags",
"blobs_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/statuses/{sha}",
"languages_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/languages",
"stargazers_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/stargazers",
"contributors_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/contributors",
"subscribers_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/subscribers",
"subscription_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/subscription",
"commits_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/contents/{+path}",
"compare_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/merges",
"archive_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/downloads",
"issues_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/issues{/number}",
"pulls_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/pulls{/number}",
"milestones_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/milestones{/number}",
"notifications_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/labels{/name}",
"releases_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/releases{/id}",
"deployments_url": "https://api.github.com/repos/lemonstand/ls-theme-utility/deployments",
"created_at": "2011-02-05T00:05:08Z",
"updated_at": "2014-12-09T19:15:36Z",
"pushed_at": "2013-01-24T01:20:10Z",
"git_url": "git://github.com/lemonstand/ls-theme-utility.git",
"ssh_url": "[email protected]:lemonstand/ls-theme-utility.git",
"clone_url": "https://github.com/lemonstand/ls-theme-utility.git",
"svn_url": "https://github.com/lemonstand/ls-theme-utility",
"homepage": "themes.lemonstandapp.com/utility",
"size": 1006,
"stargazers_count": 7,
"watchers_count": 7,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 2,
"mirror_url": null,
"open_issues_count": 5,
"forks": 2,
"open_issues": 5,
"watchers": 7,
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 1523310,
"name": "ls-theme-basic",
"full_name": "lemonstand/ls-theme-basic",
"owner": {
"login": "lemonstand",
"id": 283859,
"avatar_url": "https://avatars.githubusercontent.com/u/283859?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/lemonstand",
"html_url": "https://github.com/lemonstand",
"followers_url": "https://api.github.com/users/lemonstand/followers",
"following_url": "https://api.github.com/users/lemonstand/following{/other_user}",
"gists_url": "https://api.github.com/users/lemonstand/gists{/gist_id}",
"starred_url": "https://api.github.com/users/lemonstand/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lemonstand/subscriptions",
"organizations_url": "https://api.github.com/users/lemonstand/orgs",
"repos_url": "https://api.github.com/users/lemonstand/repos",
"events_url": "https://api.github.com/users/lemonstand/events{/privacy}",
"received_events_url": "https://api.github.com/users/lemonstand/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/lemonstand/ls-theme-basic",
"description": "Basic theme for your LemonStand store.",
"fork": false,
"url": "https://api.github.com/repos/lemonstand/ls-theme-basic",
"forks_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/forks",
"keys_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/teams",
"hooks_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/hooks",
"issue_events_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/issues/events{/number}",
"events_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/events",
"assignees_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/assignees{/user}",
"branches_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/branches{/branch}",
"tags_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/tags",
"blobs_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/statuses/{sha}",
"languages_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/languages",
"stargazers_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/stargazers",
"contributors_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/contributors",
"subscribers_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/subscribers",
"subscription_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/subscription",
"commits_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/contents/{+path}",
"compare_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/merges",
"archive_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/downloads",
"issues_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/issues{/number}",
"pulls_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/pulls{/number}",
"milestones_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/milestones{/number}",
"notifications_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/labels{/name}",
"releases_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/releases{/id}",
"deployments_url": "https://api.github.com/repos/lemonstand/ls-theme-basic/deployments",
"created_at": "2011-03-24T22:55:27Z",
"updated_at": "2013-10-17T18:20:18Z",
"pushed_at": "2012-07-16T22:55:08Z",
"git_url": "git://github.com/lemonstand/ls-theme-basic.git",
"ssh_url": "[email protected]:lemonstand/ls-theme-basic.git",
"clone_url": "https://github.com/lemonstand/ls-theme-basic.git",
"svn_url": "https://github.com/lemonstand/ls-theme-basic",
"homepage": "demo.lemonstandapp.com",
"size": 1662,
"stargazers_count": 3,
"watchers_count": 3,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 0,
"mirror_url": null,
"open_issues_count": 3,
"forks": 0,
"open_issues": 3,
"watchers": 3,
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 1669354,
"name": "ls-theme-simplicity",
"full_name": "lemonstand/ls-theme-simplicity",
"owner": {
"login": "lemonstand",
"id": 283859,
"avatar_url": "https://avatars.githubusercontent.com/u/283859?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/lemonstand",
"html_url": "https://github.com/lemonstand",
"followers_url": "https://api.github.com/users/lemonstand/followers",
"following_url": "https://api.github.com/users/lemonstand/following{/other_user}",
"gists_url": "https://api.github.com/users/lemonstand/gists{/gist_id}",
"starred_url": "https://api.github.com/users/lemonstand/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lemonstand/subscriptions",
"organizations_url": "https://api.github.com/users/lemonstand/orgs",
"repos_url": "https://api.github.com/users/lemonstand/repos",
"events_url": "https://api.github.com/users/lemonstand/events{/privacy}",
"received_events_url": "https://api.github.com/users/lemonstand/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/lemonstand/ls-theme-simplicity",
"description": "Simplicity theme for your LemonStand store.",
"fork": false,
"url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity",
"forks_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/forks",
"keys_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/teams",
"hooks_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/hooks",
"issue_events_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/issues/events{/number}",
"events_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/events",
"assignees_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/assignees{/user}",
"branches_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/branches{/branch}",
"tags_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/tags",
"blobs_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/statuses/{sha}",
"languages_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/languages",
"stargazers_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/stargazers",
"contributors_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/contributors",
"subscribers_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/subscribers",
"subscription_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/subscription",
"commits_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/contents/{+path}",
"compare_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/merges",
"archive_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/downloads",
"issues_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/issues{/number}",
"pulls_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/pulls{/number}",
"milestones_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/milestones{/number}",
"notifications_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/labels{/name}",
"releases_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/releases{/id}",
"deployments_url": "https://api.github.com/repos/lemonstand/ls-theme-simplicity/deployments",
"created_at": "2011-04-27T06:48:26Z",
"updated_at": "2014-12-09T19:15:21Z",
"pushed_at": "2013-01-22T18:31:31Z",
"git_url": "git://github.com/lemonstand/ls-theme-simplicity.git",
"ssh_url": "[email protected]:lemonstand/ls-theme-simplicity.git",
"clone_url": "https://github.com/lemonstand/ls-theme-simplicity.git",
"svn_url": "https://github.com/lemonstand/ls-theme-simplicity",
"homepage": "themes.lemonstandapp.com/simplicity",
"size": 743,
"stargazers_count": 4,
"watchers_count": 4,
"language": "PHP",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 0,
"mirror_url": null,
"open_issues_count": 3,
"forks": 0,
"open_issues": 3,
"watchers": 4,
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 1897165,
"name": "ls-module-wish",
"full_name": "lemonstand/ls-module-wish",
"owner": {
"login": "lemonstand",
"id": 283859,
"avatar_url": "https://avatars.githubusercontent.com/u/283859?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/lemonstand",
"html_url": "https://github.com/lemonstand",
"followers_url": "https://api.github.com/users/lemonstand/followers",
"following_url": "https://api.github.com/users/lemonstand/following{/other_user}",
"gists_url": "https://api.github.com/users/lemonstand/gists{/gist_id}",
"starred_url": "https://api.github.com/users/lemonstand/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lemonstand/subscriptions",
"organizations_url": "https://api.github.com/users/lemonstand/orgs",
"repos_url": "https://api.github.com/users/lemonstand/repos",
"events_url": "https://api.github.com/users/lemonstand/events{/privacy}",
"received_events_url": "https://api.github.com/users/lemonstand/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/lemonstand/ls-module-wish",
"description": "Provides wish lists for your LemonStand customers.",
"fork": false,
"url": "https://api.github.com/repos/lemonstand/ls-module-wish",
"forks_url": "https://api.github.com/repos/lemonstand/ls-module-wish/forks",
"keys_url": "https://api.github.com/repos/lemonstand/ls-module-wish/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/lemonstand/ls-module-wish/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/lemonstand/ls-module-wish/teams",
"hooks_url": "https://api.github.com/repos/lemonstand/ls-module-wish/hooks",
"issue_events_url": "https://api.github.com/repos/lemonstand/ls-module-wish/issues/events{/number}",
"events_url": "https://api.github.com/repos/lemonstand/ls-module-wish/events",
"assignees_url": "https://api.github.com/repos/lemonstand/ls-module-wish/assignees{/user}",
"branches_url": "https://api.github.com/repos/lemonstand/ls-module-wish/branches{/branch}",
"tags_url": "https://api.github.com/repos/lemonstand/ls-module-wish/tags",
"blobs_url": "https://api.github.com/repos/lemonstand/ls-module-wish/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/lemonstand/ls-module-wish/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/lemonstand/ls-module-wish/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/lemonstand/ls-module-wish/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/lemonstand/ls-module-wish/statuses/{sha}",
"languages_url": "https://api.github.com/repos/lemonstand/ls-module-wish/languages",
"stargazers_url": "https://api.github.com/repos/lemonstand/ls-module-wish/stargazers",
"contributors_url": "https://api.github.com/repos/lemonstand/ls-module-wish/contributors",
"subscribers_url": "https://api.github.com/repos/lemonstand/ls-module-wish/subscribers",
"subscription_url": "https://api.github.com/repos/lemonstand/ls-module-wish/subscription",
"commits_url": "https://api.github.com/repos/lemonstand/ls-module-wish/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/lemonstand/ls-module-wish/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/lemonstand/ls-module-wish/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/lemonstand/ls-module-wish/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/lemonstand/ls-module-wish/contents/{+path}",
"compare_url": "https://api.github.com/repos/lemonstand/ls-module-wish/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/lemonstand/ls-module-wish/merges",
"archive_url": "https://api.github.com/repos/lemonstand/ls-module-wish/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/lemonstand/ls-module-wish/downloads",
"issues_url": "https://api.github.com/repos/lemonstand/ls-module-wish/issues{/number}",
"pulls_url": "https://api.github.com/repos/lemonstand/ls-module-wish/pulls{/number}",
"milestones_url": "https://api.github.com/repos/lemonstand/ls-module-wish/milestones{/number}",
"notifications_url": "https://api.github.com/repos/lemonstand/ls-module-wish/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/lemonstand/ls-module-wish/labels{/name}",
"releases_url": "https://api.github.com/repos/lemonstand/ls-module-wish/releases{/id}",
"deployments_url": "https://api.github.com/repos/lemonstand/ls-module-wish/deployments",
"created_at": "2011-06-14T22:30:34Z",
"updated_at": "2015-07-30T17:01:30Z",
"pushed_at": "2011-12-12T21:10:02Z",
"git_url": "git://github.com/lemonstand/ls-module-wish.git",
"ssh_url": "[email protected]:lemonstand/ls-module-wish.git",
"clone_url": "https://github.com/lemonstand/ls-module-wish.git",
"svn_url": "https://github.com/lemonstand/ls-module-wish",
"homepage": "lemonstandapp.com",
"size": 112,
"stargazers_count": 3,
"watchers_count": 3,
"language": "PHP",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1,
"mirror_url": null,
"open_issues_count": 6,
"forks": 1,
"open_issues": 6,
"watchers": 3,
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 1943502,
"name": "ls-module-gallery",
"full_name": "lemonstand/ls-module-gallery",
"owner": {
"login": "lemonstand",
"id": 283859,
"avatar_url": "https://avatars.githubusercontent.com/u/283859?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/lemonstand",
"html_url": "https://github.com/lemonstand",
"followers_url": "https://api.github.com/users/lemonstand/followers",
"following_url": "https://api.github.com/users/lemonstand/following{/other_user}",
"gists_url": "https://api.github.com/users/lemonstand/gists{/gist_id}",
"starred_url": "https://api.github.com/users/lemonstand/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lemonstand/subscriptions",
"organizations_url": "https://api.github.com/users/lemonstand/orgs",
"repos_url": "https://api.github.com/users/lemonstand/repos",
"events_url": "https://api.github.com/users/lemonstand/events{/privacy}",
"received_events_url": "https://api.github.com/users/lemonstand/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/lemonstand/ls-module-gallery",
"description": "Provides galleries for your LemonStand store.",
"fork": false,
"url": "https://api.github.com/repos/lemonstand/ls-module-gallery",
"forks_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/forks",
"keys_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/teams",
"hooks_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/hooks",
"issue_events_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/issues/events{/number}",
"events_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/events",
"assignees_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/assignees{/user}",
"branches_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/branches{/branch}",
"tags_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/tags",
"blobs_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/statuses/{sha}",
"languages_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/languages",
"stargazers_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/stargazers",
"contributors_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/contributors",
"subscribers_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/subscribers",
"subscription_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/subscription",
"commits_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/contents/{+path}",
"compare_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/merges",
"archive_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/downloads",
"issues_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/issues{/number}",
"pulls_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/pulls{/number}",
"milestones_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/milestones{/number}",
"notifications_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/labels{/name}",
"releases_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/releases{/id}",
"deployments_url": "https://api.github.com/repos/lemonstand/ls-module-gallery/deployments",
"created_at": "2011-06-23T18:59:01Z",
"updated_at": "2014-12-09T19:14:53Z",
"pushed_at": "2012-06-18T21:06:04Z",
"git_url": "git://github.com/lemonstand/ls-module-gallery.git",
"ssh_url": "[email protected]:lemonstand/ls-module-gallery.git",
"clone_url": "https://github.com/lemonstand/ls-module-gallery.git",
"svn_url": "https://github.com/lemonstand/ls-module-gallery",
"homepage": "lemonstandapp.com",
"size": 113,
"stargazers_count": 2,
"watchers_count": 2,
"language": "PHP",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 2,
"mirror_url": null,
"open_issues_count": 1,
"forks": 2,
"open_issues": 1,
"watchers": 2,
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 2099215,
"name": "ls-module-contact",
"full_name": "lemonstand/ls-module-contact",
"owner": {
"login": "lemonstand",
"id": 283859,
"avatar_url": "https://avatars.githubusercontent.com/u/283859?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/lemonstand",
"html_url": "https://github.com/lemonstand",
"followers_url": "https://api.github.com/users/lemonstand/followers",
"following_url": "https://api.github.com/users/lemonstand/following{/other_user}",
"gists_url": "https://api.github.com/users/lemonstand/gists{/gist_id}",
"starred_url": "https://api.github.com/users/lemonstand/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lemonstand/subscriptions",
"organizations_url": "https://api.github.com/users/lemonstand/orgs",
"repos_url": "https://api.github.com/users/lemonstand/repos",
"events_url": "https://api.github.com/users/lemonstand/events{/privacy}",
"received_events_url": "https://api.github.com/users/lemonstand/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/lemonstand/ls-module-contact",
"description": "Provides a contact form for your LemonStand site.",
"fork": false,
"url": "https://api.github.com/repos/lemonstand/ls-module-contact",
"forks_url": "https://api.github.com/repos/lemonstand/ls-module-contact/forks",
"keys_url": "https://api.github.com/repos/lemonstand/ls-module-contact/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/lemonstand/ls-module-contact/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/lemonstand/ls-module-contact/teams",
"hooks_url": "https://api.github.com/repos/lemonstand/ls-module-contact/hooks",
"issue_events_url": "https://api.github.com/repos/lemonstand/ls-module-contact/issues/events{/number}",
"events_url": "https://api.github.com/repos/lemonstand/ls-module-contact/events",
"assignees_url": "https://api.github.com/repos/lemonstand/ls-module-contact/assignees{/user}",
"branches_url": "https://api.github.com/repos/lemonstand/ls-module-contact/branches{/branch}",
"tags_url": "https://api.github.com/repos/lemonstand/ls-module-contact/tags",
"blobs_url": "https://api.github.com/repos/lemonstand/ls-module-contact/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/lemonstand/ls-module-contact/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/lemonstand/ls-module-contact/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/lemonstand/ls-module-contact/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/lemonstand/ls-module-contact/statuses/{sha}",
"languages_url": "https://api.github.com/repos/lemonstand/ls-module-contact/languages",
"stargazers_url": "https://api.github.com/repos/lemonstand/ls-module-contact/stargazers",
"contributors_url": "https://api.github.com/repos/lemonstand/ls-module-contact/contributors",
"subscribers_url": "https://api.github.com/repos/lemonstand/ls-module-contact/subscribers",
"subscription_url": "https://api.github.com/repos/lemonstand/ls-module-contact/subscription",
"commits_url": "https://api.github.com/repos/lemonstand/ls-module-contact/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/lemonstand/ls-module-contact/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/lemonstand/ls-module-contact/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/lemonstand/ls-module-contact/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/lemonstand/ls-module-contact/contents/{+path}",
"compare_url": "https://api.github.com/repos/lemonstand/ls-module-contact/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/lemonstand/ls-module-contact/merges",
"archive_url": "https://api.github.com/repos/lemonstand/ls-module-contact/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/lemonstand/ls-module-contact/downloads",
"issues_url": "https://api.github.com/repos/lemonstand/ls-module-contact/issues{/number}",
"pulls_url": "https://api.github.com/repos/lemonstand/ls-module-contact/pulls{/number}",
"milestones_url": "https://api.github.com/repos/lemonstand/ls-module-contact/milestones{/number}",
"notifications_url": "https://api.github.com/repos/lemonstand/ls-module-contact/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/lemonstand/ls-module-contact/labels{/name}",
"releases_url": "https://api.github.com/repos/lemonstand/ls-module-contact/releases{/id}",
"deployments_url": "https://api.github.com/repos/lemonstand/ls-module-contact/deployments",
"created_at": "2011-07-25T03:36:09Z",
"updated_at": "2015-07-30T17:01:30Z",
"pushed_at": "2012-04-04T00:46:21Z",
"git_url": "git://github.com/lemonstand/ls-module-contact.git",
"ssh_url": "[email protected]:lemonstand/ls-module-contact.git",
"clone_url": "https://github.com/lemonstand/ls-module-contact.git",
"svn_url": "https://github.com/lemonstand/ls-module-contact",
"homepage": "lemonstandapp.com",
"size": 107,
"stargazers_count": 0,
"watchers_count": 0,
"language": "PHP",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 2,
"mirror_url": null,
"open_issues_count": 5,
"forks": 2,
"open_issues": 5,
"watchers": 0,
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 2122003,
"name": "ls-module-imagedimensions",
"full_name": "lemonstand/ls-module-imagedimensions",
"owner": {
"login": "lemonstand",
"id": 283859,
"avatar_url": "https://avatars.githubusercontent.com/u/283859?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/lemonstand",
"html_url": "https://github.com/lemonstand",
"followers_url": "https://api.github.com/users/lemonstand/followers",
"following_url": "https://api.github.com/users/lemonstand/following{/other_user}",
"gists_url": "https://api.github.com/users/lemonstand/gists{/gist_id}",
"starred_url": "https://api.github.com/users/lemonstand/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lemonstand/subscriptions",
"organizations_url": "https://api.github.com/users/lemonstand/orgs",
"repos_url": "https://api.github.com/users/lemonstand/repos",
"events_url": "https://api.github.com/users/lemonstand/events{/privacy}",
"received_events_url": "https://api.github.com/users/lemonstand/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/lemonstand/ls-module-imagedimensions",
"description": "Provides automatic product image resizing for your LemonStand store.",
"fork": false,
"url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions",
"forks_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/forks",
"keys_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/teams",
"hooks_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/hooks",
"issue_events_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/issues/events{/number}",
"events_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/events",
"assignees_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/assignees{/user}",
"branches_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/branches{/branch}",
"tags_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/tags",
"blobs_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/statuses/{sha}",
"languages_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/languages",
"stargazers_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/stargazers",
"contributors_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/contributors",
"subscribers_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/subscribers",
"subscription_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/subscription",
"commits_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/contents/{+path}",
"compare_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/merges",
"archive_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/downloads",
"issues_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/issues{/number}",
"pulls_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/pulls{/number}",
"milestones_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/milestones{/number}",
"notifications_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/labels{/name}",
"releases_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/releases{/id}",
"deployments_url": "https://api.github.com/repos/lemonstand/ls-module-imagedimensions/deployments",
"created_at": "2011-07-29T03:13:51Z",
"updated_at": "2014-12-09T19:14:57Z",
"pushed_at": "2011-09-23T05:09:52Z",
"git_url": "git://github.com/lemonstand/ls-module-imagedimensions.git",
"ssh_url": "[email protected]:lemonstand/ls-module-imagedimensions.git",
"clone_url": "https://github.com/lemonstand/ls-module-imagedimensions.git",
"svn_url": "https://github.com/lemonstand/ls-module-imagedimensions",
"homepage": "lemonstandapp.com",
"size": 95,
"stargazers_count": 0,
"watchers_count": 0,
"language": "PHP",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1,
"mirror_url": null,
"open_issues_count": 1,
"forks": 1,
"open_issues": 1,
"watchers": 0,
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 2122744,
"name": "ls-module-press",
"full_name": "lemonstand/ls-module-press",
"owner": {
"login": "lemonstand",
"id": 283859,
"avatar_url": "https://avatars.githubusercontent.com/u/283859?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/lemonstand",
"html_url": "https://github.com/lemonstand",
"followers_url": "https://api.github.com/users/lemonstand/followers",
"following_url": "https://api.github.com/users/lemonstand/following{/other_user}",
"gists_url": "https://api.github.com/users/lemonstand/gists{/gist_id}",
"starred_url": "https://api.github.com/users/lemonstand/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lemonstand/subscriptions",
"organizations_url": "https://api.github.com/users/lemonstand/orgs",
"repos_url": "https://api.github.com/users/lemonstand/repos",
"events_url": "https://api.github.com/users/lemonstand/events{/privacy}",
"received_events_url": "https://api.github.com/users/lemonstand/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/lemonstand/ls-module-press",
"description": "Provides press releases for your LemonStand store.",
"fork": false,
"url": "https://api.github.com/repos/lemonstand/ls-module-press",
"forks_url": "https://api.github.com/repos/lemonstand/ls-module-press/forks",
"keys_url": "https://api.github.com/repos/lemonstand/ls-module-press/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/lemonstand/ls-module-press/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/lemonstand/ls-module-press/teams",
"hooks_url": "https://api.github.com/repos/lemonstand/ls-module-press/hooks",
"issue_events_url": "https://api.github.com/repos/lemonstand/ls-module-press/issues/events{/number}",
"events_url": "https://api.github.com/repos/lemonstand/ls-module-press/events",
"assignees_url": "https://api.github.com/repos/lemonstand/ls-module-press/assignees{/user}",
"branches_url": "https://api.github.com/repos/lemonstand/ls-module-press/branches{/branch}",
"tags_url": "https://api.github.com/repos/lemonstand/ls-module-press/tags",
"blobs_url": "https://api.github.com/repos/lemonstand/ls-module-press/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/lemonstand/ls-module-press/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/lemonstand/ls-module-press/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/lemonstand/ls-module-press/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/lemonstand/ls-module-press/statuses/{sha}",
"languages_url": "https://api.github.com/repos/lemonstand/ls-module-press/languages",
"stargazers_url": "https://api.github.com/repos/lemonstand/ls-module-press/stargazers",
"contributors_url": "https://api.github.com/repos/lemonstand/ls-module-press/contributors",
"subscribers_url": "https://api.github.com/repos/lemonstand/ls-module-press/subscribers",
"subscription_url": "https://api.github.com/repos/lemonstand/ls-module-press/subscription",
"commits_url": "https://api.github.com/repos/lemonstand/ls-module-press/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/lemonstand/ls-module-press/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/lemonstand/ls-module-press/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/lemonstand/ls-module-press/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/lemonstand/ls-module-press/contents/{+path}",
"compare_url": "https://api.github.com/repos/lemonstand/ls-module-press/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/lemonstand/ls-module-press/merges",
"archive_url": "https://api.github.com/repos/lemonstand/ls-module-press/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/lemonstand/ls-module-press/downloads",
"issues_url": "https://api.github.com/repos/lemonstand/ls-module-press/issues{/number}",
"pulls_url": "https://api.github.com/repos/lemonstand/ls-module-press/pulls{/number}",
"milestones_url": "https://api.github.com/repos/lemonstand/ls-module-press/milestones{/number}",
"notifications_url": "https://api.github.com/repos/lemonstand/ls-module-press/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/lemonstand/ls-module-press/labels{/name}",
"releases_url": "https://api.github.com/repos/lemonstand/ls-module-press/releases{/id}",
"deployments_url": "https://api.github.com/repos/lemonstand/ls-module-press/deployments",
"created_at": "2011-07-29T07:27:33Z",
"updated_at": "2014-12-09T19:14:57Z",
"pushed_at": "2012-09-12T18:02:17Z",
"git_url": "git://github.com/lemonstand/ls-module-press.git",
"ssh_url": "[email protected]:lemonstand/ls-module-press.git",
"clone_url": "https://github.com/lemonstand/ls-module-press.git",
"svn_url": "https://github.com/lemonstand/ls-module-press",
"homepage": "lemonstandapp.com",
"size": 109,
"stargazers_count": 2,
"watchers_count": 2,
"language": "PHP",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1,
"mirror_url": null,
"open_issues_count": 1,
"forks": 1,
"open_issues": 1,
"watchers": 2,
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 2122749,
"name": "ls-module-testimonial",
"full_name": "lemonstand/ls-module-testimonial",
"owner": {
"login": "lemonstand",
"id": 283859,
"avatar_url": "https://avatars.githubusercontent.com/u/283859?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/lemonstand",
"html_url": "https://github.com/lemonstand",
"followers_url": "https://api.github.com/users/lemonstand/followers",
"following_url": "https://api.github.com/users/lemonstand/following{/other_user}",
"gists_url": "https://api.github.com/users/lemonstand/gists{/gist_id}",
"starred_url": "https://api.github.com/users/lemonstand/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lemonstand/subscriptions",
"organizations_url": "https://api.github.com/users/lemonstand/orgs",
"repos_url": "https://api.github.com/users/lemonstand/repos",
"events_url": "https://api.github.com/users/lemonstand/events{/privacy}",
"received_events_url": "https://api.github.com/users/lemonstand/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/lemonstand/ls-module-testimonial",
"description": "Provides testimonials for your LemonStand store.",
"fork": false,
"url": "https://api.github.com/repos/lemonstand/ls-module-testimonial",
"forks_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/forks",
"keys_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/teams",
"hooks_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/hooks",
"issue_events_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/issues/events{/number}",
"events_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/events",
"assignees_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/assignees{/user}",
"branches_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/branches{/branch}",
"tags_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/tags",
"blobs_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/statuses/{sha}",
"languages_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/languages",
"stargazers_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/stargazers",
"contributors_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/contributors",
"subscribers_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/subscribers",
"subscription_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/subscription",
"commits_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/contents/{+path}",
"compare_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/merges",
"archive_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/downloads",
"issues_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/issues{/number}",
"pulls_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/pulls{/number}",
"milestones_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/milestones{/number}",
"notifications_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/labels{/name}",
"releases_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/releases{/id}",
"deployments_url": "https://api.github.com/repos/lemonstand/ls-module-testimonial/deployments",
"created_at": "2011-07-29T07:29:53Z",
"updated_at": "2014-12-09T19:14:42Z",
"pushed_at": "2011-12-07T08:30:15Z",
"git_url": "git://github.com/lemonstand/ls-module-testimonial.git",
"ssh_url": "[email protected]:lemonstand/ls-module-testimonial.git",
"clone_url": "https://github.com/lemonstand/ls-module-testimonial.git",
"svn_url": "https://github.com/lemonstand/ls-module-testimonial",
"homepage": "lemonstandapp.com",
"size": 97,
"stargazers_count": 1,
"watchers_count": 1,
"language": "PHP",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 2,
"mirror_url": null,
"open_issues_count": 2,
"forks": 2,
"open_issues": 2,
"watchers": 1,
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 2146980,
"name": "ls-module-disqus",
"full_name": "lemonstand/ls-module-disqus",
"owner": {
"login": "lemonstand",
"id": 283859,
"avatar_url": "https://avatars.githubusercontent.com/u/283859?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/lemonstand",
"html_url": "https://github.com/lemonstand",
"followers_url": "https://api.github.com/users/lemonstand/followers",
"following_url": "https://api.github.com/users/lemonstand/following{/other_user}",
"gists_url": "https://api.github.com/users/lemonstand/gists{/gist_id}",
"starred_url": "https://api.github.com/users/lemonstand/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lemonstand/subscriptions",
"organizations_url": "https://api.github.com/users/lemonstand/orgs",
"repos_url": "https://api.github.com/users/lemonstand/repos",
"events_url": "https://api.github.com/users/lemonstand/events{/privacy}",
"received_events_url": "https://api.github.com/users/lemonstand/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/lemonstand/ls-module-disqus",
"description": "Provides Disqus comment synchronization for your LemonStand store.",
"fork": false,
"url": "https://api.github.com/repos/lemonstand/ls-module-disqus",
"forks_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/forks",
"keys_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/teams",
"hooks_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/hooks",
"issue_events_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/issues/events{/number}",
"events_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/events",
"assignees_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/assignees{/user}",
"branches_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/branches{/branch}",
"tags_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/tags",
"blobs_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/statuses/{sha}",
"languages_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/languages",
"stargazers_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/stargazers",
"contributors_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/contributors",
"subscribers_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/subscribers",
"subscription_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/subscription",
"commits_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/contents/{+path}",
"compare_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/merges",
"archive_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/downloads",
"issues_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/issues{/number}",
"pulls_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/pulls{/number}",
"milestones_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/milestones{/number}",
"notifications_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/labels{/name}",
"releases_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/releases{/id}",
"deployments_url": "https://api.github.com/repos/lemonstand/ls-module-disqus/deployments",
"created_at": "2011-08-03T06:06:37Z",
"updated_at": "2014-12-09T19:14:42Z",
"pushed_at": "2011-08-17T18:34:45Z",
"git_url": "git://github.com/lemonstand/ls-module-disqus.git",
"ssh_url": "[email protected]:lemonstand/ls-module-disqus.git",