-
-
Notifications
You must be signed in to change notification settings - Fork 483
/
.tern-project
64 lines (60 loc) · 2.88 KB
/
.tern-project
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
{
"libs": [
"browser",
"jquery",
"underscore"
],
"plugins": {
"requirejs": {
"baseURL": "./app/scripts",
"paths": {
"libs": "../scripts/libs",
"jquery": "../scripts/libs/jQuery",
"position": "../components/jq-contextmenu/jquery.ui.position",
"jqContextMenu": "../components/jq-contextmenu/jquery.contextMenu",
"lodash": "../scripts/libs/lodash",
"backbone": "../scripts/libs/backbone",
"css": "../scripts/libs/css",
"bootstrap": "../components/bootstrap/bootstrap",
"colorpicker": "../components/spectrum/spectrum",
"lang": "../locales/lang",
"handlebars": "../scripts/libs/Handlebars",
"lexed": "../components/lexed/lexed",
"codemirror": "../components/codemirror",
"marked": "../components/marked/marked",
"strut/presentation_generator/bespoke": "../bundles/app/strut.presentation_generator.bespoke",
"strut/presentation_generator/reveal": "../bundles/app/strut.presentation_generator.reveal",
"strut/presentation_generator/handouts": "../bundles/app/strut.presentation_generator.handouts",
"strut/deck": "../bundles/app/strut.deck",
"strut/startup": "../bundles/app/strut.startup",
"strut/editor": "../bundles/app/strut.editor",
"strut/etch_extension": "../bundles/app/strut.etch_extension",
"strut/exporter/zip/browser": "../bundles/app/strut.exporter.zip.browser",
"strut/exporter": "../bundles/app/strut.exporter",
"strut/exporter/json": "../bundles/app/strut.exporter.json",
"strut/header": "../bundles/app/strut.header",
"strut/importer": "../bundles/app/strut.importer",
"strut/importer/json": "../bundles/app/strut.importer.json",
"strut/presentation_generator/impress": "../bundles/app/strut.presentation_generator.impress",
"strut/logo_button": "../bundles/app/strut.logo_button",
"strut/presentation_generator": "../bundles/app/strut.presentation_generator",
"strut/slide_components": "../bundles/app/strut.slide_components",
"strut/slide_editor": "../bundles/app/strut.slide_editor",
"strut/slide_snapshot": "../bundles/app/strut.slide_snapshot",
"strut/storage": "../bundles/app/strut.storage",
"strut/themes": "../bundles/app/strut.themes",
"strut/well_context_buttons": "../bundles/app/strut.well_context_buttons",
"strut/config": "../bundles/app/strut.config",
"strut/transition_editor": "../bundles/app/strut.transition_editor",
"tantaman/web/local_storage": "../bundles/common/tantaman.web.local_storage",
"tantaman/web/remote_storage": "../bundles/common/tantaman.web.remote_storage",
"tantaman/web/saver": "../bundles/common/tantaman.web.saver",
"tantaman/web/storage": "../bundles/common/tantaman.web.storage",
"tantaman/web/undo_support": "../bundles/common/tantaman.web.undo_support",
"tantaman/web/interactions": "../bundles/common/tantaman.web.interactions",
"tantaman/web/widgets": "../bundles/common/tantaman.web.widgets",
"tantaman/web/css_manip": "../bundles/common/tantaman.web.css_manip"
}
}
}
}