-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
47 lines (47 loc) · 1.1 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
45
46
47
{
"name": "@dagrejs/graphlib-dot",
"version": "1.0.3-pre",
"description": "A DOT language parser / writer for graphlib",
"author": "Chris Pettitt <cpettitt@gmail.com>",
"contributors": [
"Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)"
],
"license": "MIT",
"main": "index.js",
"scripts": {
"lint": "make lint",
"test": "make test"
},
"keywords": [
"graph",
"dot",
"parse"
],
"dependencies": {
"@dagrejs/graphlib": "2.1.13"
},
"devDependencies": {
"browserify": "17.0.0",
"chai": "4.3.6",
"eslint": "8.35.0",
"istanbul": "^0.4.5",
"jshint": "2.13.6",
"jshint-stylish": "2.2.1",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.0",
"karma-firefox-launcher": "2.1.2",
"karma-mocha": "2.0.1",
"karma-requirejs": "1.1.0",
"karma-safari-launcher": "1.0.0",
"mocha": "10.2.0",
"pegjs": "0.10.0",
"requirejs": "2.3.6",
"semver": "7.5.4",
"sprintf": "0.1.5",
"uglify-js": "3.17.4"
},
"repository": {
"type": "git",
"url": "https://github.com/dagrejs/graphlib-dot.git"
}
}