qgraph
Version:
A Graph Manipulation and Visualization Library
43 lines (42 loc) • 1.31 kB
JSON
{
"name": "qgraph",
"version": "0.2.27",
"description": "A Graph Manipulation and Visualization Library",
"repository": {
"type": "git",
"url": "git+https://github.com/tongzou/qgraph.git"
},
"bugs": "https://github.com/tongzou/qgraph/issues",
"author": "Tong Zou",
"license": "MIT",
"homepage": "https://github.com/tongzou/qgraph",
"devDependencies": {
"@babel/core": "7.4.0",
"@babel/preset-env": "^7.4.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.5.0",
"babel-loader": "^8.0.5",
"babel-plugin-add-module-exports": "^1.0.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^24.5.0",
"lodash": "^4.13.1",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"yargs": "^13.2.2"
},
"main": "./lib/qgraph.js",
"scripts": {
"build": "webpack --env dev && webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
"lint": "eslint --fix src",
"test": "jest -i"
}
}