forked from HDTheKiller/twitch-giveaways
-
Notifications
You must be signed in to change notification settings - Fork 0
/
component.json
35 lines (35 loc) · 912 Bytes
/
component.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
{
"name": "tga",
"main": "src/js/main.js",
"scripts": [
"src/js/env.js",
"src/js/main.js",
"src/js/*/*.js"
],
"json": [
"data/*.json"
],
"dependencies": {
"darsain/definer": "0.0.1",
"darsain/e": "0.0.1",
"darsain/event": "0.1.0",
"darsain/extend": "0.1.0",
"darsain/tooltip": "0.1.0",
"darsain/tooltips": "0.1.0",
"darsain/sortedlist": "0.0.2",
"darsain/constructor-apply": "0.1.0",
"component/closest": "0.1.3",
"component/emitter": "1.1.3",
"component/events": "1.0.7",
"component/inherit": "0.0.3",
"component/query": "0.0.3",
"component/throttle": "v0.0.2",
"ianstormtaylor/to-sentence-case": "0.1.1",
"aheckmann/sliced": "0.0.5",
"jkroso/computed-style": "0.1.0",
"component/type": "1.0.0",
"lhorie/mithril": "v0.1.34",
"eivindfjeldstad/dot": "0.1.0",
"component/escape-regexp": "1.0.2"
}
}