forked from solettaproject/soletta-dev-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
55 lines (55 loc) · 1.47 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "Soletta Development Application",
"version": "0.0.1",
"authors": [
"Anselmo L. S. Melo <anselmo.melo@intel.com>",
"Bruno Bottazzini <bruno.bottazzini@intel.com>",
"Daniel Chaves <daniel.chaves@intel.com>",
"Gustavo Sverzut Barbieri <gustavo.barbieri@intel.com>",
"Luis Felipe Strano Moraes <luis.strano@intel.com>",
"Ronaldo Silva <ronaldo.silva@intel.com>"
],
"description": "This is a nodejs application that helps you to develop FBP Files to run with Soletta.",
"main": "client/js/app.js",
"keywords": [
"soletta",
"devlopment",
"application"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-datatables": "~0.5.4",
"angular": "~1.5.3",
"datatables": "~1.10.11",
"jquery": "~2.2.3",
"angular-highlightjs": "~0.6.1",
"highlightjs": "~9.2.0",
"angular-loading-spinner": "~0.0.3",
"angular-route": "~1.5.3",
"spin.js": "~2.3.2",
"angular-ui-ace": "~0.2.3",
"ace-builds": "~1.2.3",
"bootstrap": "~3.3.6",
"jquery-ui": "~1.11.4",
"jstree-directive": "~0.1.5",
"ng-context-menu": "~1.0.3",
"underscore": "~1.8.3",
"angular-material": "~1.0.7"
},
"resolutions": {
"angular-datatables": "~0.5.4",
"angular": "~1.5.3",
"jquery": "~2.2.3",
"angular-highlightjs": "~0.6.1",
"highlightjs": "~9.2.0",
"angular-route": "~1.5.3",
"spin.js": "~2.3.2"
}
}