1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/hizzgdev-jsmind

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 1.9 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Zhigang Zhang Отправлено 10.03.2025 12:17 0527ae6
{
"name": "jsmind",
"version": "0.8.7",
"description": "jsMind is a pure javascript library for mindmap, it base on html5 canvas. jsMind was released under BSD license, you can embed it in any project, if only you observe the license.",
"main": "es6/jsmind.js",
"exports": {
".": "./es6/jsmind.js",
"./draggable-node": "./es6/jsmind.draggable-node.js",
"./screenshot": "./es6/jsmind.screenshot.js",
"./style/jsmind.css": "./style/jsmind.css"
},
"directories": {
"doc": "docs",
"example": "example"
},
"scripts": {
"server": "http-server",
"build": "rollup -c .config/rollup.config.js",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"test-legacy": "jest tests/legacy",
"test-es6": "NODE_OPTIONS=--experimental-vm-modules jest tests/unit",
"format": "prettier --config .config/prettierrc.json --ignore-path .config/prettierignore --write .",
"format-check": "prettier --config .config/prettierrc.json --ignore-path .config/prettierignore --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/hizzgdev/jsmind.git"
},
"author": {
"name": "hizzgdev@163.com"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/hizzgdev/jsmind/issues"
},
"homepage": "https://github.com/hizzgdev/jsmind#readme",
"keywords": [
"jsmind",
"mindmap"
],
"maintainers": [
{
"name": "hizzgdev",
"email": "hizzgdev@163.com"
}
],
"devDependencies": {
"http-server": "^14.1.1",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"prettier": "2.6.2",
"rollup": "2.79.2",
"rollup-plugin-cleanup": "^3.2.1",
"@rollup/plugin-terser": "^0.4.4"
},
"jest": {
"verbose": true,
"testEnvironment": "jsdom"
}
}
1
https://api.gitlife.ru/oschina-mirror/hizzgdev-jsmind.git
git@api.gitlife.ru:oschina-mirror/hizzgdev-jsmind.git
oschina-mirror
hizzgdev-jsmind
hizzgdev-jsmind
master