forked from cidrblock/drawthe.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 765 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
31
32
33
34
35
36
{
"name": "network_diagram",
"authors": [
"Bradley A. Thornton <bradley.thornton@starbucks.com>"
],
"description": "Make pretty pictures",
"main": "",
"moduleType": [],
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-animate": "^1.5.3",
"angular-ui-ace": "bower",
"bootstrap-css-only": "^3.3.6",
"angular-bootstrap": "^1.3.1",
"ace-builds": "^1.2.3",
"components-font-awesome": "^4.6.3"
},
"overrides": {
"ace-builds": {
"main": [
"src-min-noconflict/ace.js",
"src-min-noconflict/mode-json.js",
"src-min-noconflict/mode-yaml.js"
]
}
}
}