forked from Famous/famous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
102 lines (102 loc) · 3.93 KB
/
bower.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
{
"name": "famous",
"version": "0.3.5",
"homepage": "https://github.com/Famous/famous",
"authors": [
"Adam Cmiel <adam@famo.us>",
"Adnan Wahab <mail@adnanwahab.com>",
"Adrian Rossouw <adrian@daemon.co.za>",
"Alex McLeod <alxmcleod@gmail.com>",
"Alexander Gugel <alexander.gugel@gmail.com>",
"Andrew de Andrade <andrew@deandrade.com.br>",
"Anthony Talves <tony@3alves.com>",
"Antmanler <antmanler@gmail.com>",
"Arkady Pevzner <arkady.pevzner@gmail.com> <arkady@famo.us>",
"Austen Talbot <austentalbot@gmail.com>",
"Avi Haiat <thaiat@ipelia.com>",
"Brendan Graetz <brendan.graetz@gmail.com>",
"Carl A. Fahlstrom <carl.fahlstrom@gmail.com>",
"Cem Turan <cem2ran@gmail.com>",
"Christopher Cook <christopher.cook@webprofusion.com>",
"Cliff Crosland <cliffcrosland@gmail.com>",
"Corey Wilson <corey@ereatah.com>",
"Daniel Lewis <Thecontrarian@users.noreply.github.com>",
"Dan Miller <yajnavalkya@cox.net>",
"Dave Fetterman <fettermania@gmail.com>",
"David Valdman <david@famo.us> <dmvaldman@gmail.com>",
"Denis Gorbachev <Denis.Gorbachev@faster-than-wind.ru>",
"Eric Schoffstall <contra@wearefractal.com> <contra@maricopa.edu>",
"extempl <extempl@gmail.com>",
"Felix Tripier <ftripier@gmail.com>",
"Gregory Lull <gregorylull@gmail.com>",
"Hongxu Liu <djshu.us@gmail.com>",
"IjzerenHein <hrutjes@gmail.com>",
"Imtiaz Majeed <imtiazmaj@gmail.com>",
"J. Andrew Brassington <jabbrass@zoho.com>",
"Jacques Desmarais <jdesma@gmail.com>",
"James Snowden <jamesvsnowden@me.com>",
"Joe Johnston <joe@simple10.com>",
"John Hurliman <jhurliman@jhurliman.org>",
"Jonathan Reem <jonathan.reem@gmail.com>",
"Jordan Papaleo <papaleowebdev@gmail.com>",
"Josef Reinhard Brandl <mail@josefbrandl.de>",
"Joseph Carroll <jdsalingerjr@gmail.com>",
"Joseph Orbegoso Pea <trusktr@gmail.com>",
"Joseph Sample <joseph.michael.sample@gmail.com>",
"Kevin McGee <kevin.mcgee@cssian.com>",
"Kyle Craft <craftjk@gmail.com>",
"Lauricio Su <me@lauricio.com>",
"Mark Lu <mark@famo.us> <marklu@marklu.net>",
"Mark Marijnissen <markmarijnissen@gmail.com>",
"Matthew Trost <matthew@famo.us> <matthew@trost.co>",
"Max Xu <deepthought@gmail.com>",
"Michael O'Brien <michael.obrien.a@gmail.com> <michael.obrien.a@gmail.com>",
"Michael Xia <xia.umd@gmail.com>",
"Morten Henriksen <mh@gi2.dk>",
"Murillo <mmbfreitas@hotmail.com>",
"Myles Borins <myles.borins@gmail.com> <myles@famo.us>",
"Nitin Saroha <nitinsaroha6@hotmail.com>",
"Oleg Slobodskoi <oleg008@gmail.com>",
"PatrickJS <github@gdi2290.com>",
"Peter Finley <peter.finley@gmail.com>",
"Peter Kiers <pkiers@MacBook-Pro-van-Peter.local>",
"Pierre-Eric Marchandet <pemarchandet@gmail.com>",
"Raphaël Benitte <benitteraphael@gmail.com>",
"rsperberg <rsperberg@gmail.com>",
"Sabith Pocker <sabithpocker@gmail.com>",
"Sing Li <sli@makawave.com>",
"skoczen <skoczen@gmail.com>",
"Spencer Stebbins <sjfstebbins@gmail.com>",
"Stephan Bijzitter <stephanbijzitter@gmail.com>",
"Steve Mao <maochenyan@msn.com>",
"Tal Gleichger <tal@godisco.net>",
"Thomas L. <thomas.laurent.gm@gmail.com>",
"Tim Chin <timjchin@gmail.com> <tim@famo.us>",
"Tom Hornos <tom.hornos@gmail.com>",
"Travis Cherry <travis_cherry@premierinc.com>",
"Wayland Woodruff <waylandwoodruff@gmail.com>",
"Will Gester <will@famo.us> <willgester@gmail.com>",
"Zach Gardner <zgardner@keyholesoftware.com>",
"Zack Brown <z@charybrown.com>",
"Zeqiu Wu <allenwu1018@gmail.com>"
],
"description": "Famo.us is a JavaScript framework for everyone who wants to build beautiful experiences on any device.",
"main": "src/",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"Famo.us",
"3D"
],
"license": "MPLv2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}