ccnetviz
Version:
[](https://travis-ci.org/HelikarLab/ccNetViz) [](https://www.gnu.org/licenses/gpl-3.0) [![semantic-releas
132 lines (131 loc) • 2.93 kB
JSON
{
"name": "ccnetviz",
"version": "1.0.19",
"main": "lib/ccNetViz.js",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"concurrently": "^4.1.0",
"eslint": "^6.0.0",
"eslint-config-prettier": "^5.0.0",
"husky": "^2.4.1",
"live-server": "^1.2.1",
"path": "^0.12.7",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"raw-loader": "^3.0.0",
"standard-version": "^6.0.1",
"webpack": "^4.35.0",
"webpack-cli": "^3.1.0",
"slimerjs": "^1.0.0"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/HelikarLab/ccNetViz.git"
},
"keywords": [
"graph",
"graph-theory",
"visualization",
"network",
"node",
"edge",
"vertex",
"link",
"analysis",
"efficiency",
"performance",
"fast",
"speed",
"visualisation",
"visualization",
"draw",
"render",
"biojs",
"cytoscape",
"WebGL"
],
"dependencies": {
"@babel/register": "^7.4.4",
"babel-polyfill": "^6.26.0",
"jsdoc": "^3.6.2",
"ml-matrix": "^5.0.0",
"pbf": "^3.0.5",
"shelf-pack": "^2.0.1"
},
"contributors": [
{
"name": "HelikarLab",
"url": "http://helikarlab.org"
},
{
"name": "Ales Saska",
"email": "mail@alessaska.cz",
"url": "http://alessaska.cz"
},
{
"name": "Renato Fabbri",
"email": "renato.fabbri@gmail.com"
}
],
"scripts": {
"lint": "eslint ./src",
"watch": "webpack --watch",
"start": "live-server",
"dev": "concurrently \"yarn watch\" \"yarn start\"",
"build": "webpack --mode production",
"test": "xvfb-run ./node_modules/.bin/slimerjs ./ci_test/slimer/index.js ; node ./ci_test/slimer/compare.js",
"test:server": "node ./ci_test/slimer/server.js",
"commit": "npx git-cz",
"release": "npx standard-version",
"postrelease": "git push --follow-tags origin master"
},
"standard-version": {
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "docs",
"section": "Docs"
},
{
"type": "perf",
"section": "Perfomance Changes"
},
{
"type": "test",
"hidden": true
},
{
"type": "chore",
"hidden": true
},
{
"type": "refactor",
"hidden": true
},
{
"type": "style",
"hidden": true
}
]
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && yarn lint",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}