github.com/mweagle/Sparta@v1.15.0/resources/describe/cytoscape.js-dagre/package.json (about)

     1  {
     2    "name": "cytoscape-dagre",
     3    "version": "2.2.2",
     4    "description": "The Dagre layout for DAGs and trees for Cytoscape.js",
     5    "main": "cytoscape-dagre.js",
     6    "author": {
     7      "name": "Max Franz",
     8      "email": "maxkfranz@gmail.com"
     9    },
    10    "scripts": {
    11      "postpublish": "run-s gh-pages",
    12      "gh-pages": "gh-pages -d pages",
    13      "copyright": "update license",
    14      "lint": "eslint src",
    15      "build": "cross-env NODE_ENV=production webpack",
    16      "build:min": "cross-env NODE_ENV=production MIN=true webpack",
    17      "build:release": "run-s build copyright",
    18      "watch": "webpack --progress --watch",
    19      "dev": "webpack-dev-server --open",
    20      "test": "mocha"
    21    },
    22    "repository": {
    23      "type": "git",
    24      "url": "https://github.com/cytoscape/cytoscape.js-dagre.git"
    25    },
    26    "keywords": [
    27      "cytoscape",
    28      "cytoscape-extension"
    29    ],
    30    "license": "MIT",
    31    "bugs": {
    32      "url": "https://github.com/cytoscape/cytoscape.js-dagre/issues"
    33    },
    34    "homepage": "https://github.com/cytoscape/cytoscape.js-dagre",
    35    "devDependencies": {
    36      "babel-core": "^6.24.1",
    37      "babel-loader": "^7.0.0",
    38      "babel-preset-env": "^1.5.1",
    39      "camelcase": "^4.1.0",
    40      "chai": "4.0.2",
    41      "cpy-cli": "^1.0.1",
    42      "cross-env": "^5.0.0",
    43      "eslint": "^6.8.0",
    44      "gh-pages": "^1.0.0",
    45      "mocha": "3.4.2",
    46      "npm-run-all": "^4.1.2",
    47      "rimraf": "^2.6.2",
    48      "update": "^0.7.4",
    49      "updater-license": "^1.0.0",
    50      "webpack": "^2.7.0",
    51      "webpack-dev-server": "^2.4.5"
    52    },
    53    "peerDependencies": {
    54      "cytoscape": "^3.2.0"
    55    },
    56    "dependencies": {
    57      "dagre": "^0.8.2"
    58    }
    59  }