-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathbower.json
38 lines (38 loc) · 877 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": "graph.js",
"version": "1.21.1",
"description": "a javascript library for storing arbitrary data in mathematical (di)graphs, as well as traversing and analyzing them in various ways (ECMAScript 6 Ready)",
"authors": [
"Michiel Helvensteijn <mhelvens@gmail.com> (http://mhelvens.net)"
],
"repository": {
"type": "git",
"url": "https://github.com/mhelvens/graph.js.git"
},
"keywords": [
"datastructure",
"graph",
"directed graph",
"traversal",
"dependencies"
],
"main": "dist/graph.es6.js",
"moduleType": "es6",
"license": "MIT",
"ignore": [
".idea",
"node_modules",
"bower_components",
"coverage",
"test",
"src",
".gitignore",
".npmignore",
".travis.yml",
"package.json",
"karma.conf.js",
"webpack.config.js"
],
"dependencies": {},
"devDependencies": {}
}