-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworks.js
More file actions
25 lines (25 loc) · 699 Bytes
/
works.js
File metadata and controls
25 lines (25 loc) · 699 Bytes
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
module.exports = {
alice: 'Alice_LBL',
barsoom: 'Barsoom_LBL',
bartleby: 'Bartleby_LBL',
bttf: 'BTTF_LBL',
ferris: 'Ferris_LBL',
ghostbusters: 'Ghostbuster_LBL',
hamlet: 'Hamlet_LBL',
hobbit: 'Hobbit_LBL',
indyjones: 'IndyJones_LBL',
invisible: 'Invisible_LBL',
lotr: 'LOTR_LBL',
macbeth: 'MacBeth_LBL',
midsummer: 'Midsummer_LBL',
mobydick: 'MobyDick_LBL',
princessbride: 'ThePrincess_LBL',
ralphwaldo: 'RalphWaldo_LBL',
romeojuliet: 'RomeoJuliet_LBL',
starwars: 'StarWars_LBL',
test: 'Tweets_LBL',
timemachine: 'TimeMachine_LBL',
treasure: 'Treasure_LBL',
walden: 'Walden_LBL',
willows: 'Willows_LBL',
};