This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
68 lines (68 loc) · 1.79 KB
/
composer.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
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
65
66
67
68
{
"repositories": [
{
"type": "package",
"package": {
"name": "jquery/jquery",
"version": "3.1.1",
"dist": {
"url": "https://code.jquery.com/jquery-3.1.1.min.js",
"type": "file"
}
}
},
{
"type": "package",
"package": {
"name": "typeahead.js/typeahead.js",
"version": "0.11.1",
"dist": {
"url": "https://cdnjs.cloudflare.com/ajax/libs/typeahead.js/0.11.1/typeahead.bundle.min.js",
"type": "file"
}
}
},
{
"type": "package",
"package": {
"name": "bootstrap-tagsinput/bootstrap-tagsinput",
"version": "0.8.0",
"dist": {
"url": "https://bootstrap-tagsinput.github.io/bootstrap-tagsinput/dist/bootstrap-tagsinput.js",
"type": "file"
}
}
},
{
"type": "package",
"package": {
"name": "bootstrap-tagsinput/bootstrap-tagsinput-css",
"version": "0.8.0",
"dist": {
"url": "https://bootstrap-tagsinput.github.io/bootstrap-tagsinput/dist/bootstrap-tagsinput.css",
"type": "file"
}
}
},
{
"type": "package",
"package": {
"name": "transliteration.cyr/transliteration.cyr",
"version": "1.0.5",
"dist": {
"url": "https://raw.githubusercontent.com/Staltec/transliteration/master/lib/transliteration.cyr.js",
"type": "file"
}
}
}
],
"require": {
"morris/lessql": "~0.3",
"jquery/jquery": "~3.1.1",
"bootstrap-tagsinput/bootstrap-tagsinput": "0.8.0",
"bootstrap-tagsinput/bootstrap-tagsinput-css": "0.8.0",
"typeahead.js/typeahead.js": "0.11.1",
"transliteration.cyr/transliteration.cyr": "1.0.5",
"twbs/bootstrap": "^3.3"
}
}