2 Star 0 Fork 0

mirrors_ReneNyffenegger/cytoscape.js-avsdf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
Hasan Balcı 提交于 2019-04-12 15:04 . Latest changes before release
{
"name": "cytoscape-avsdf",
"version": "1.0.0",
"description": "An implementation of the circular layout algorithm by He & Sykora",
"author": {
"name": "i-Vis (Information Visualization) Research Lab",
"email": "ivis@cs.bilkent.edu.tr"
},
"main": "cytoscape-avsdf.js",
"scripts": {
"postpublish": "run-s gh-pages:demo gh-pages:deploy gh-pages:clean",
"gh-pages:demo": "cpy demo.html . --rename=index.html",
"gh-pages:deploy": "gh-pages -d .",
"gh-pages:clean": "rimraf index.html",
"copyright": "update license",
"lint": "eslint src",
"build": "cross-env NODE_ENV=production webpack",
"build:min": "cross-env NODE_ENV=production MIN=true webpack",
"build:release": "run-s build copyright",
"watch": "webpack --progress --watch",
"dev": "webpack-dev-server --open",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/iVis-at-Bilkent/cytoscape.js-avsdf.git"
},
"keywords": [
"cytoscape",
"cytoscape-extension"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iVis-at-Bilkent/cytoscape.js-avsdf/issues"
},
"homepage": "https://github.com/iVis-at-Bilkent/cytoscape.js-avsdf",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.1",
"camelcase": "^4.1.0",
"chai": "4.0.2",
"cross-env": "^5.0.0",
"eslint": "^3.9.1",
"mocha": "3.4.2",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5",
"cpy-cli": "^1.0.1",
"npm-run-all": "^4.1.2",
"gh-pages": "^1.0.0",
"rimraf": "^2.6.2",
"update": "^0.7.4",
"updater-license": "^1.0.0"
},
"peerDependencies": {
"cytoscape": "^3.2.0"
},
"dependencies": {
"avsdf-base": "^1.0.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_ReneNyffenegger/cytoscape.js-avsdf.git
git@gitee.com:mirrors_ReneNyffenegger/cytoscape.js-avsdf.git
mirrors_ReneNyffenegger
cytoscape.js-avsdf
cytoscape.js-avsdf
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385