d3-dot-graph/package.json
2017-09-01 10:47:30 +02:00

29 lines
755 B
JSON

{
"name": "d3-dot-graph",
"version": "1.0.0",
"description": "D3js compatible library to parse and load files in graphviz .dot (graph description language) format.",
"main": "index.js",
"scripts": {
"test": "mocha test/*.js",
"build": "pegjs --format globals --export-var d3dot grammar/dot.pegjs ",
"start": "npm run build"
},
,
"keywords": [
"dot",
"graphviz",
"d3",
"graph"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gmamaladze/d3-dot-graph.git"
},
"author": "George Mamaladze",
"license": "MIT",
"bugs": {
"url": "https://github.com/gmamaladze/d3-dot-graph/issues"
},
"homepage": "https://github.com/gmamaladze/d3-dot-graph#readme",
"dependencies": {}
}