-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
43 lines (43 loc) · 926 Bytes
/
bower.json
File metadata and controls
43 lines (43 loc) · 926 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
40
41
42
43
{
"name": "deepjs.org-2015",
"version": "0.0.0",
"authors": [
"Gilles Coomans <gilles.coomans@gmail.com>"
],
"description": "deepjs official web site",
"moduleType": [
"amd",
"globals",
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"libs/",
"test",
"tests"
],
"dependencies": {
"decompose": ">=1.0.1",
"deep-compiler": ">=1.0.0",
"deep-flatten": ">=1.0.0",
"deep-modes": ">=0.9.0",
"deep-nodes": ">=1.0.0",
"deep-ocm": ">=1.0.0",
"deep-promise": ">=1.0.0",
"deep-protocols": ">=1.0.0",
"deep-sheets": ">=1.0.0",
"deep-utils": ">=1.0.0",
"deep-views": "~0.2.6",
"deepjs": "~0.15.2",
"github-fork-ribbon-css": "~0.1.1",
"font-awesome": "~4.3.0",
"bootstrap": "~3.3.4",
"jquery": "1.11.3",
"jquery-easing": "*",
"kroked": "0.1.5",
"rql": "0.3.3"
}
}