1 Star 0 Fork 0

frolive / jsplumb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
Simon Porritt 提交于 2020-05-01 09:51 . 2.13.2
{
"name": "jsplumb",
"version": "2.13.2",
"description": "Visual connectivity for webapps",
"main": "dist/js/jsplumb.js",
"directories": {
"doc": "doc",
"test": "tests"
},
"files": [
"index.d.ts",
"dist/js/jsplumb.js",
"dist/js/jsplumb.min.js",
"css/jsplumbtoolkit-defaults.css"
],
"types": "index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"init": "node ./install.js"
},
"repository": {
"type": "git",
"url": "git://github.com/jsplumb/jsplumb.git"
},
"keywords": [
"javascript",
"svg",
"visual",
"connectivity"
],
"author": "jsPlumb",
"license": "(MIT OR GPL-2.0)",
"devDependencies": {
"biltong": "^0.4.0",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-exec": "^1.0.1",
"grunt-jekyll": "~0.4.2",
"jsbezier": "0.9.4",
"katavorio": "1.4.9",
"morgan": "1.8.0",
"mottle": "1.0.1"
}
}
1
https://gitee.com/frolive/jsplumb.git
git@gitee.com:frolive/jsplumb.git
frolive
jsplumb
jsplumb
master

搜索帮助