UNPKG

orgchart

Version:

Simple and direct organization chart(tree-like hierarchy) library based on pure DOM.

74 lines (73 loc) 1.84 kB
{ "name": "orgchart", "version": "6.0.0", "description": "Simple and direct organization chart(tree-like hierarchy) library based on pure DOM.", "main": "./dist/js/orgchart.min.js", "style": [ "./dist/css/orgchart.min.css" ], "scripts": { "test": "gulp test", "unit-tests": "gulp unit-tests", "integration-tests": "gulp integration-tests", "e2e-tests": "gulp e2e-tests", "addAssets": "gulp addAssets", "build": "gulp build", "start": "gulp serve", "cypress:open": "cypress open" }, "jest": { "preset": "jest-puppeteer" }, "repository": { "type": "git", "url": "git+https://github.com/dabeng/OrgChart.git" }, "keywords": [ "dom", "organization", "chart", "orgchart", "tree", "tree-like", "tree-view" ], "author": "dabeng <dabeng413@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/dabeng/OrgChart/issues" }, "homepage": "https://github.com/dabeng/OrgChart#readme", "dependencies": { "html2canvas": "^1.4.1", "json-digger": "^2.0.2", "jspdf": "^4.2.1" }, "devDependencies": { "browser-sync": "^3.0.4", "chai": "^6.2.2", "cypress": "^15.20.0", "del": "^8.0.1", "gulp": "^5.0.1", "gulp-clean-css": "^4.3.0", "gulp-csslint": "^1.0.1", "gulp-eslint": "^6.0.0", "gulp-inject": "^5.0.5", "gulp-jest": "^4.0.4", "gulp-mocha": "^10.0.1", "gulp-rename": "^2.1.0", "gulp-sourcemaps": "^3.0.0", "gulp-uglify": "^3.0.2", "jest": "^30.4.2", "jest-cli": "^30.4.2", "jest-image-snapshot": "^6.5.2", "jest-puppeteer": "^11.0.0", "jsdom": "^30.0.1", "jsdom-global": "^3.0.2", "mocha": "^11.8.0", "ordered-read-streams": "^2.0.0", "puppeteer": "^25.5.0", "sinon": "^22.1.0", "sinon-chai": "^4.0.1" } }