You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
400 B

4 months ago
{
"name": "dagre",
"version": "0.8.5",
"main": [
"dist/dagre.core.js"
],
"ignore": [
".*",
"README.md",
"CHANGELOG.md",
"Makefile",
"browser.js",
"dist/dagre.js",
"dist/dagre.min.js",
"index.js",
"karma*",
"lib/**",
"package.json",
"src/**",
"test/**"
],
"dependencies": {
"graphlib": "^2.1.8",
"lodash": "^4.17.15"
}
}