{
    "name": "dygram",
    "version": "0.1.4",
    "description": "Dynamic Diagrams",
    "main": "index.js",
    "dependencies": {
        "d3": "^5.5.0",
        "d3-format": "^1.3.0",
        "d3-sankey": "^0.7.1",
        "d3-scale": "^2.1.0",
        "d3-scale-chromatic": "^1.3.0",
        "d3-selection": "^1.3.0",
        "fs-extra": "^7.0.0",
        "jsdom": "^11.12.0",
        "lodash": "^4.17.10",
        "uuid": "^3.3.2"
    },
    "devDependencies": {},
    "scripts": {
        "test": "jest"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/linorabolini/dygram.git"
    },
    "author": "",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/linorabolini/dygram/issues"
    },
    "homepage": "https://github.com/linorabolini/dygram#readme"
}
