forked from andreasgerstmayr/coptermanager-simple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 806 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
37
38
{
"name": "coptermanager",
"version": "0.1.0",
"authors": [
"Andreas Gerstmayr <[email protected]>"
],
"description": "Control your drones with an API",
"license": "MIT",
"homepage": "https://github.com/andihit/coptermanager_server",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1",
"bootstrap": "~3.2.0",
"ace-builds": "~1.1.5",
"virtualjoystick.js": "*"
},
"overrides": {
"ace-builds": {
"main": [
"src-min-noconflict/ace.js",
"src-min-noconflict/mode-javascript.js",
"src-min-noconflict/theme-xcode.js"
]
},
"virtualjoystick.js": {
"main": [
"virtualjoystick.js"
]
}
}
}