forked from neo4j/neo4j-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
50 lines (50 loc) · 1.51 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
{
"name": "neo4j",
"version": "0.0.1",
"description": "Client web app built-in to Neo4j Graph Database.",
"author": "Neo Technology, Inc",
"homepage": "http://neo4j.org",
"dependencies": {
"angular": "~1.3.0",
"angular-animate": "~1.3.0",
"angular-local-storage": "latest",
"angular-ui-bootstrap": "~0.12.0",
"angular-ui-codemirror": "~0.2.0",
"angular-ui-sortable": "~0.13.0",
"angular-cookies": "~1.3.7",
"angular-resource": "~1.3.7",
"angular-sanitize": "~1.3.7",
"angular-base64": "~2.0.2",
"bootstrap": "~3.3.1",
"blob": "latest",
"codemirror": "~4.11",
"colorbrewer": "1.0.0",
"css": "https://raw.github.com/marijnh/CodeMirror/master/mode/css/css.js",
"d3": "~3.5.0",
"es5-shim": "~4.0.5",
"file-saver": "latest",
"font-awesome": "~4.3.0",
"jquery": "~2.1.1",
"jquery-ui": "~1.11.2",
"jquery.easing": "~1.3.0",
"json3": "3.3.0",
"local-storage-js": "latest",
"modernizr": "git+https://github.com/ejoubaud/bower-modernizr.git#2.6.2",
"UUID.js": "git@github.com:LiosK/UUID.js.git",
"canvg": "https://canvg.googlecode.com/files/canvg-1.3.zip",
"ascii-data-table": "^1.1.0",
"angular-moment": "~0.10.0",
"angularfire": "~1.0.0",
"auth0-lock": "~7.5.4",
"auth0-angular": "~4.0.5",
"neo4j-driver": "^1.0.0"
},
"devDependencies": {
"angular-mocks": "~1.3.0",
"angular-scenario": "~1.3.0"
},
"repository": {
"type": "git",
"url": "git@github.com:neo4j/neo4j-browser.git"
}
}