forked from dagrejs/dagre
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.03 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "dagre",
"version": "0.8.6-pre",
"description": "Graph layout for JavaScript",
"author": "Chris Pettitt <cpettitt@gmail.com>",
"contributors": [
"Matthew Dahl (https://github.com/sandersky)"
],
"license": "MIT",
"main": "index.js",
"keywords": [
"graph",
"layout"
],
"dependencies": {
"graphlib": "2.1.8",
"lodash": "4.17.19"
},
"devDependencies": {
"benchmark": "2.1.4",
"browserify": "16.5.1",
"chai": "4.2.0",
"eslint": "7.4.0",
"jshint": "2.11.1",
"jshint-stylish": "2.2.1",
"karma": "5.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-firefox-launcher": "1.3.0",
"karma-mocha": "2.0.1",
"karma-phantomjs-launcher": "1.0.4",
"karma-requirejs": "1.1.0",
"karma-safari-launcher": "1.0.0",
"mocha": "8.2.0",
"phantomjs-prebuilt": "2.1.16",
"requirejs": "2.3.6",
"semver": "7.3.2",
"sprintf": "0.1.5",
"uglify-js": "3.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dagrejs/dagre.git"
}
}