forked from Murali-group/GraphSpace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 886 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": "graphspace",
"homepage": "https://github.com/Murali-group/GraphSpace",
"authors": [
"Aditya Bharadwaj <[email protected]>"
],
"description": "The interactive graph sharing website.",
"main": "",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"font-awesome": "^4.7.0",
"lodash": "^4.17.4",
"moment": "^2.17.0",
"remarkable-bootstrap-notify": "^3.1.3",
"animate.css": "^3.5.2",
"cytoscape": "^2.7.11",
"webcola": "^3.3.0",
"bootstrap": "^3.3.7",
"cytoscape-cola": "^1.6.0",
"intro.js": "^2.4.0",
"jquery-ui": "^1.12.1",
"bootstrap-table": "^1.11.0",
"cytoscape-panzoom": "^2.4.0",
"select2": "select2-dist#^4.0.3",
"cytoscape-context-menus": "^2.1.1",
"bootstrap-colorpicker": "^2.5.1"
}
}