UNPKG

@anthologen/cytoscape-node-html-label

Version:
66 lines (65 loc) 1.84 kB
{ "name": "@anthologen/cytoscape-node-html-label", "version": "1.2.4", "description": "labels for cytoscape nodes", "author": "Kalugin Sergey <kalugin.perm@gmail.com> (https://github.com/kaluginserg)", "main": "./dist/cytoscape-node-html-label.js", "spm": { "main": "./dist/cytoscape-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": "https://github.com/anthologen/cytoscape-node-html-label.git" }, "keywords": [ "cytoscape", "cytoscape-extension", "cytoscape-labels", "cytoscape html label" ], "license": "MIT", "bugs": { "url": "https://github.com/kaluginserg/cytoscape-node-html-label/issues" }, "homepage": "https://github.com/anthologen/cytoscape-node-html-label/tree/export_cy_interface", "devDependencies": { "@types/cytoscape": "^3.19.9", "@typescript-eslint/eslint-plugin": "^5.48.1", "@typescript-eslint/parser": "^5.48.1", "eslint": "^8.31.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", "jasmine": "^4.5.0", "karma": "^6.4.1", "karma-chrome-launcher": "^3.1.1", "karma-coverage": "^2.2.0", "karma-firefox-launcher": "^2.1.2", "karma-jasmine": "^5.1.0", "typescript": "^4.9.4" }, "peerDependencies": { "@types/cytoscape": "^3.1.0", "cytoscape": "^3.0.0" }, "peerDependenciesMeta": { "@types/cytoscape": { "optional": true } }, "overrides": { "chokidar": "3.5.3", "glob-parent": "6.0.2", "trim-newlines": "^3.0.1" } }