{
  "name": "cytoscape-node-edge-html-label",
  "version": "1.0.6",
  "description": "labels for cytoscape nodes and edges",
  "author": "Laik Mokashi <laikmokashi20@gmail.com> (https://github.com/laikmokashi) && Tanishq Mehta <tanishqmehta13@gmail.com (https://github.com/tanishq13)>",
  "main": "./dist/cytoscape-node-edge-html-label.js",
  "spm": {
    "main": "./dist/cytoscape-edge-node-html-label.js"
  },
  "scripts": {
    "test": "gulp test",
    "test-firefox": "TEST_ON_FIREFOX=true gulp test",
    "build": "tsc --declaration && gulp min",
    "lint": "eslint src --ext .ts",
    "start": "tsc --watch --declaration"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laikmokashi/cytoscape-node-edge-html-label"
  },
  "keywords": [
    "cytoscape-node-edge-html-label",
    "cytoscape-node-html-label",
    "cytoscape",
    "cytoscape-extension",
    "cytoscape-labels",
    "cytoscape html label",
    "cytoscpae node edge html label"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/laikmokashi/cytoscape-node-edge-html-label/issues"
  },
  "homepage": "https://github.com/laikmokashi/cytoscape-node-edge-html-label",
  "devDependencies": {
    "@types/cytoscape": "^3.14.11",
    "@types/node": "^18.11.9",
    "@typescript-eslint/eslint-plugin": "^4.14.1",
    "@typescript-eslint/parser": "^4.14.1",
    "eslint": "^7.18.0",
    "gulp": "^4.0.2",
    "gulp-bump": "^3.2.0",
    "gulp-git": "^2.10.1",
    "gulp-rename": "^2.0.0",
    "gulp-tag-version": "^1.3.1",
    "gulp-uglify": "^3.0.2",
    "gulp-uglify-es": "^3.0.0",
    "jasmine": "^2.7.0",
    "karma": "^1.7.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.1",
    "karma-firefox-launcher": "^1.0.4",
    "karma-jasmine": "^1.1.0",
    "typescript": "^4.1.3"
  },
  "peerDependencies": {
    "@types/cytoscape": "^3.1.0",
    "cytoscape": "^3.0.0"
  },
  "peerDependenciesMeta": {
    "@types/cytoscape": {
      "optional": true
    }
  },
  "types": "./dist\\cytoscape-node-edge-html-label.d.ts",
  "directories": {
    "test": "test"
  }
}
