-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbower.json
More file actions
43 lines (43 loc) · 1.26 KB
/
bower.json
File metadata and controls
43 lines (43 loc) · 1.26 KB
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": "stackd.io",
"version": "0.7.8.dev",
"homepage": "http://www.stackd.io",
"authors": [
"Clark Perkins <[email protected]>"
],
"description": "a modern cloud deployment and provisioning framework for everyone",
"main": "stackdio/ui/templates/stackdio/js/main.js",
"keywords": [
"cloud",
"provisioning",
"deployment",
"infrastructure",
"orchestration"
],
"license": "Apache 2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"stackdio/ui/static/stackdio/lib/bower_components",
"test",
"tests"
],
"dependencies": {
"bootbox.js": "~4.4.0",
"bootstrap": "~3.3.5",
"cookie": "https://github.com/js-cookie/js-cookie.git#v2.1.0",
"font-awesome": "~4.4.0",
"fuelux": "~3.11.1",
"jquery": "~1.9.1",
"knockout": "~3.3.0",
"ladda": "~0.9.8",
"moment": "~2.10.6",
"requirejs": "~2.1.20",
"requirejs-domReady": "~2.0.1",
"select2": "~4.0.0",
"select2-bootstrap-theme": "https://github.com/select2/select2-bootstrap-theme.git#0.1.0-beta.4",
"typeahead.js": "~0.11.1",
"underscore": "~1.8.3"
}
}