-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 749 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 749 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
26
27
28
29
30
31
32
33
34
{
"name": "osclassclsx",
"homepage": "https://github.com/kraymond70/osclassclsx",
"authors": [
"Raymond Médédé KPATCHAA <kraymond70@gmail.com>"
],
"description": "OSClass ClassifiedsX Theme",
"main": "",
"moduleType": [
"globals"
],
"keywords": [
"osclass"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {},
"dependencies": {
"foundation-sites": "~6.1.1",
"motion-ui": "~1.1.1",
"foundation-font-awesome-buttons": "~3.0.1",
"bourbon": "~4.2.6",
"font-awesome": "~4.5.0",
"jquery": "~2.2.0",
"jQuery-switchButton": "git@github.com:olance/jQuery-switchButton.git"
}
}