-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
30 lines (30 loc) · 970 Bytes
/
bower.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
{
"name": "raffle",
"description": "",
"main": "package.json",
"authors": [
"ProjectSoft <projectsoft2009@yandex.ru>"
],
"license": "ISC",
"homepage": "https://github.com/avon-world/raffle",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"jquery": ">=3.3.1",
"normalize-css": "normalize.css#>=7.0.0",
"yepnope": ">=2.0.0",
"jquery.forestedglass": "https://github.com/ProjectSoft-STUDIONIONS/jquery.forestedglass.git",
"arcticModal": "https://studionions@bitbucket.org/projectsoft-studionions/arcticmodal.git",
"exif-js": "https://github.com/jseidelin/exif-js.git",
"Croppie": "https://github.com/Foliotek/Croppie.git",
"fancybox": "https://github.com/fancyapps/fancybox.git",
"jquery.cookie": "https://github.com/carhartl/jquery-cookie.git",
"jquery-ui": "https://github.com/components/jqueryui.git#^1.12.1"
},
"dependencies": {}
}