-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.json
More file actions
55 lines (40 loc) · 1.7 KB
/
packages.json
File metadata and controls
55 lines (40 loc) · 1.7 KB
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
{
"packages" : {
"default" : {
"#EasyPrototype : base" : true
},
"base" : {
"EasyPrototype/libs/define.js" : "utf-8",
"EasyPrototype/libs/EasyPrototype.js" : "utf-8"
},
"EventsManager" : {
"#EasyPrototype : base" : true,
"EasyPrototype/libs/EventsManager.js" : "utf-8"
},
"BinaryState" : {
"#EasyPrototype : EventsManager" : true,
"EasyPrototype/libs/BinaryState.js" : "utf-8"
},
"BinaryStates" : {
"#EasyPrototype : BinaryState" : true,
"EasyPrototype/libs/DerivedBinaryState.js" : "utf-8"
},
"FileInjection" : {
"#EasyPrototype : EventsManager" : true,
"EasyPrototype/libs/FileInjection.js" : "utf-8"
},
"FrameworkLoader" : {
"#EasyPrototype : FileInjection" : true,
"EasyPrototype/libs/FrameworkLoader.js" : "utf-8",
"EasyPrototype/libs/framework.js" : "utf-8"
},
"EasyUrl" : {
"#EasyPrototype : base" : true,
"EasyPrototype/libs/EasyUrl.js" : "utf-8"
},
"debug" : {
"#EasyPrototype : default" : true,
"EasyPrototype/libs/EasyPrototype.debug.js" : "utf-8"
}
}
}