-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
45 lines (45 loc) · 950 Bytes
/
bower.json
File metadata and controls
45 lines (45 loc) · 950 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
44
45
{
"name": "appsgate.debugger",
"description": "Debugger for AppsGate",
"version": "2.0.1",
"license": "ISC",
"private": true,
"author": {
"name": "Remi Barraquand",
"email": "dev@remibarraquand.com",
"url": "http://barraq.io"
},
"main": [
"LICENSE",
"README.md",
"lib/appsgate.debugger.js",
"lib/appsgate.debugger.dev.js",
"lib/appsgate.debugger.min.js",
"lib/appsgate.debugger.min.js.map",
"lib/themes/basic/theme.css",
"lib/themes/basic/pictograms/*.png"
],
"ignore": [
"package.json",
"server.js",
"bower",
"Gruntfile.js",
"tasks",
"examples",
"screenshots",
"src",
".gitattributes",
".gitignore",
".bowerrc"
],
"dependencies": {
"backbone": "~1.1.2",
"d3": "~3.4.11",
"lodash": "~2.4.1",
"jquery": "~2.1.1",
"requirejs": "~2.1.14",
"jqueryui": "~1.11.0",
"tinysort": "1.5.6",
"i18next": "~1.7.4"
}
}