juijs-graph
Version:
SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D)
80 lines (79 loc) • 1.67 kB
JSON
{
"name": "juijs-graph",
"version": "1.1.4",
"sideEffects": false,
"description": "SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D)",
"scripts": {
"test": "jest --config ./jest.config.js",
"dev": "rollup -c -w",
"dist": "npm run test && rollup -c"
},
"main": "dist/jui-graph.cjs.js",
"module": "dist/jui-graph.esm.js",
"files": [
"dist",
"examples",
"src",
"test",
"package.json",
"README.md",
"jest.config.js",
"rollup.config.js",
".babelrc",
".gitignore"
],
"repository": {
"type": "git",
"url": "https://github.com/juijs/jui-graph.git"
},
"keywords": [
"HTML5",
"NodeJS",
"CSS",
"JS",
"JavaScript",
"SVG",
"Chart",
"Framework",
"Web development",
"free",
"MIT"
],
"author": "seogi1004",
"license": "MIT",
"bugs": {
"url": "https://github.com/juijs/jui-graph/issues"
},
"categories": [
"Frameworks",
"UI"
],
"maintainers": [
{
"name": "Alvin",
"email": "alvin@jennifersoft.com"
}
],
"contributors": [
{
"name": "Jayden",
"email": "jayden@jennifersoft.com"
},
{
"name": "Yoha",
"email": "yoha@jennifersoft.com"
}
],
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-jest": "^23.6.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"jest": "^23.6.0",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-uglify": "^6.0.3",
"rollup-watch": "^4.3.1"
}
}