-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
35 lines (35 loc) · 849 Bytes
/
package.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
{
"name": "gitlost",
"version": "1.1.5",
"description": "Git repository graph visualizer and manipulator in the browser",
"main": "./lib/graph.js",
"bin": "./bin/gitlost.js",
"dependencies": {
"bootstrap-menu": "^1.0.14",
"bootstrap3-dialog": "^1.35.3",
"d3": "^4.13.0",
"d3-graphviz": "^1.3.4",
"md5": "^2.2.1",
"opn": "^4.0.2",
"sortablejs": "^1.5.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/McLeopold/gitlost.git"
},
"keywords": [
"git",
"graphviz",
"browser"
],
"author": "Scott Hamilton",
"license": "MIT",
"bugs": {
"url": "https://github.com/McLeopold/gitlost/issues"
},
"homepage": "https://github.com/McLeopold/gitlost#readme"
}