~stephen-stewart/online-services-common-js/update-global-nav

« back to all changes in this revision

Viewing changes to src/photos/build.json

  • Committer: Stephen Stewart
  • Date: 2014-02-22 15:05:16 UTC
  • Revision ID: stephen.stewart@canonical.com-20140222150516-rkzti2c43ggwr2ta
import latest js, convert

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    "name": "one-photos",
 
2
    "name": "photos",
3
3
    "builds": {
4
4
 
5
 
        "one-photos-common": {
 
5
        "photos-common": {
6
6
            "jsfiles": [
7
7
                "./js/common.js"
8
8
            ],
14
14
                ]
15
15
            }
16
16
        },
17
 
        "one-photos-io": {
 
17
        "photos-io": {
18
18
            "jsfiles": [
19
19
                "./js/io.js"
20
20
            ],
42
42
            }
43
43
        },
44
44
 
45
 
        "one-photos-folders-view": {
 
45
        "photos-folders-view": {
46
46
            "jsfiles": [
47
47
                "./js/views/folders.js"
48
48
            ],
57
57
        },
58
58
 
59
59
 
60
 
        "one-photos-album-app": {
 
60
        "photos-album-app": {
61
61
            "jsfiles": [
62
62
                "./js/album-app.js"
63
63
            ],
66
66
                    "base",
67
67
                    "app",
68
68
                    "escape",
69
 
                    "one-pages",
70
 
                    "one-photos-common",
71
 
                    "one-photos-io",
72
 
                    "one-photos-gallery-app",
73
 
                    "one-photos-album-app-view",
74
 
                    "one-photos-photo-list-model",
75
 
                    "one-photos-photo-model",
76
 
                    "one-util-share",
 
69
                    "pages",
 
70
                    "photos-common",
 
71
                    "photos-io",
 
72
                    "photos-gallery-app",
 
73
                    "photos-album-app-view",
 
74
                    "photos-photo-list-model",
 
75
                    "photos-photo-model",
 
76
                    "util-share",
77
77
                    "querystring",
78
78
                    "substitute"
79
79
                ]
80
80
            }
81
81
        },
82
 
        "one-photos-album-app-view": {
 
82
        "photos-album-app-view": {
83
83
            "jsfiles": [ "./js/views/album-app.js" ],
84
84
            "config": {
85
85
                "requires": [
86
86
                    "view",
87
 
                    "one-photos-album-actions-view",
88
 
                    "one-photos-album-pager-view",
89
 
                    "one-photos-album-gallery-view",
90
 
                    "one-photos-photos-list-view"
 
87
                    "photos-album-actions-view",
 
88
                    "photos-album-pager-view",
 
89
                    "photos-album-gallery-view",
 
90
                    "photos-photos-list-view"
91
91
                ]
92
92
            }
93
93
        },
94
 
        "one-photos-album-actions-view": {
 
94
        "photos-album-actions-view": {
95
95
            "jsfiles": [ "./js/views/album-actions.js" ],
96
96
            "config": {
97
97
                "requires": [
98
98
                    "view",
99
 
                    "one-widget-tooltip"
 
99
                    "widget-tooltip"
100
100
                ]
101
101
            }
102
102
        },
103
 
        "one-photos-album-pager-view": {
 
103
        "photos-album-pager-view": {
104
104
            "jsfiles": [ "./js/views/album-pager.js" ],
105
105
            "config": {
106
106
                "requires": [
108
108
                ]
109
109
            }
110
110
        },
111
 
        "one-photos-album-gallery-view": {
 
111
        "photos-album-gallery-view": {
112
112
            "jsfiles": [ "./js/views/album-gallery.js" ],
113
113
            "config": {
114
114
                "requires": [
115
115
                    "view",
116
 
                    "one-photos-gallery-app"
 
116
                    "photos-gallery-app"
117
117
                ]
118
118
            }
119
119
        },
120
 
        "one-photos-photos-list-view": {
 
120
        "photos-photos-list-view": {
121
121
            "jsfiles": [ "./js/views/photos-list.js" ],
122
122
            "config": {
123
123
                "requires": [
124
124
                    "view",
125
125
                    "escape",
126
 
                    "one-imageloader"
 
126
                    "imageloader"
127
127
                ]
128
128
            }
129
129
        },
130
130
 
131
 
        "one-photos-gallery-app": {
 
131
        "photos-gallery-app": {
132
132
            "jsfiles": [
133
133
                "./js/gallery-app.js"
134
134
            ],
139
139
                    "app",
140
140
                    "escape",
141
141
                    "node",
142
 
                    "one-photos-common",
143
 
                    "one-photos-gallery-app-view",
144
 
                    "one-photos-gallery-photo-view",
145
 
                    "one-photos-gallery-pager-view",
146
 
                    "one-photos-gallery-actions-view",
147
 
                    "one-photos-gallery-meta-view",
148
 
                    "one-photos-photo-list-model",
149
 
                    "one-photos-photo-model",
150
 
                    "one-photos-io",
 
142
                    "photos-common",
 
143
                    "photos-gallery-app-view",
 
144
                    "photos-gallery-photo-view",
 
145
                    "photos-gallery-pager-view",
 
146
                    "photos-gallery-actions-view",
 
147
                    "photos-gallery-meta-view",
 
148
                    "photos-photo-list-model",
 
149
                    "photos-photo-model",
 
150
                    "photos-io",
151
151
                    "panel",
152
 
                    "one-plugin-panel-anim",
 
152
                    "plugin-panel-anim",
153
153
                    "event-key",
154
154
                    "substitute",
155
155
                    "transition",
156
 
                    "one-util-share"
 
156
                    "util-share"
157
157
                ]
158
158
            }
159
159
        },
160
 
        "one-photos-gallery-app-view": {
 
160
        "photos-gallery-app-view": {
161
161
            "jsfiles": [ "./js/views/gallery-app.js" ],
162
162
            "config": {
163
163
                "requires": [
165
165
                ]
166
166
            }
167
167
        },
168
 
        "one-photos-gallery-photo-view": {
 
168
        "photos-gallery-photo-view": {
169
169
            "jsfiles": [ "./js/views/gallery-photo.js" ],
170
170
            "config": {
171
171
                "requires": [
173
173
                ]
174
174
            }
175
175
        },
176
 
        "one-photos-gallery-pager-view": {
 
176
        "photos-gallery-pager-view": {
177
177
            "jsfiles": [ "./js/views/gallery-pager.js" ],
178
178
            "config": {
179
179
                "requires": [
182
182
                ]
183
183
            }
184
184
        },
185
 
        "one-photos-gallery-actions-view": {
 
185
        "photos-gallery-actions-view": {
186
186
            "jsfiles": [ "./js/views/gallery-actions.js" ],
187
187
            "config": {
188
188
                "requires": [
189
189
                    "view",
190
190
                    "substitute",
191
 
                    "one-widget-tooltip",
192
 
                    "one-util-share"
 
191
                    "widget-tooltip",
 
192
                    "util-share"
193
193
                ]
194
194
            }
195
195
        },
196
 
        "one-photos-gallery-meta-view": {
 
196
        "photos-gallery-meta-view": {
197
197
            "jsfiles": [ "./js/views/gallery-meta.js" ],
198
198
            "config": {
199
199
                "requires": [
205
205
        },
206
206
 
207
207
 
208
 
        "one-photos-sync": {
 
208
        "photos-sync": {
209
209
            "jsfiles": [ "./js/sync.js" ],
210
210
            "config": {
211
211
                "requires": [
215
215
            }
216
216
        },
217
217
 
218
 
        "one-photos-photo-model": {
 
218
        "photos-photo-model": {
219
219
            "jsfiles": [ "./js/models/photo.js" ],
220
220
            "config": {
221
221
                "requires": [
224
224
            }
225
225
        },
226
226
 
227
 
        "one-photos-photo-list-model": {
 
227
        "photos-photo-list-model": {
228
228
            "jsfiles": [ "./js/models/photo-list.js" ],
229
229
            "config": {
230
230
                "requires": [
231
231
                    "lazy-model-list",
232
 
                    "one-photos-sync",
 
232
                    "photos-sync",
233
233
                    "querystring",
234
 
                    "one-photos-photo-model"
 
234
                    "photos-photo-model"
235
235
                ]
236
236
            }
237
237
        }