-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 884 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 884 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
35
36
37
38
39
{
"name": "localsonly",
"version": "0.0.0",
"homepage": "https://github.com/vanderlin/localsonly",
"authors": [
"Vanderlin"
],
"description": "IDEO Project",
"keywords": [
"IDEO",
"localsonly"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.3",
"retinajs": "~1.3.0",
"magnific-popup": "~0.9.9",
"imagesloaded": "~3.1.8",
"components-font-awesome": "~4.2.0",
"select2": "~3.5.2",
"jquery.scrollTo": "~1.4.14",
"jquery-timeago": "~1.4.1",
"x-editable": "~1.5.1",
"jquery.elastic": "https://github.com/sunnywalker/jquery.elastic.git",
"fontawesome": "~4.3.0",
"jquery-ui": "~1.11.4",
"classie": "~1.0.1",
"semantic-ui": "~2.0.3",
"underscore": "~1.8.3",
"animate.css": "~3.3.0"
}
}