{
    "name": "vistorian-matrix",
    "version": "0.0.2-alpha",
    "description": "Vistorian-matrix is a java script / (Typescript) library and a programming framework for interactive network visualizations with:",
    "main": "lib/index.js",
    "types": "lib/index.d.js",
    "scripts": {
        "build": "tsc --pretty false && webpack --config webpack.config.js",
        "lint": "tslint -p . -e 'package.json'",
        "clean": "rimraf lib",
        "start": "webpack-dev-server --config webpack.config.js --open",
        "prepare": "npm run build"
    },
    "author": "Benjamin Bach <benj.bach@gmail.com>",
    "license": "MIT",
    "devDependencies": {
        "@types/jquery": "^1.10.35",
        "@types/jstorage": "^0.3.30",
        "rimraf": "^2.6.3",
        "ts-loader": "^5.3.3",
        "tslint": "^5.12.1",
        "typescript": "^3.2.4",
        "webpack": "^4.29.0",
        "webpack-bundle-analyzer": "^3.0.3",
        "webpack-cli": "^3.2.1",
        "webpack-dev-server": "^3.1.14"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/networkcube/vistorian-matrix.git"
    },
    "collaborators": [
        "Jean-Daniel Fekete <Jean-Daniel.Fekete@inria.fr",
        "Alexandra Ibarra Cuesta"
    ],
    "homepage": "https://github.com/networkcube/networkcube#readme",
    "bundledDependencies": [
        "jquery",
        "jstorage",
        "moment",
        "vistorian-core",
        "vistorian-vis"
    ],
    "dependencies": {
        "@types/three": "^0.93.27",
        "@types/lz-string": "^1.3.33",
        "circular-dependency-plugin": "^5.0.2",
        "jquery": "^3.3.1",
        "jstorage": "^0.4.8",
        "moment": "^2.23.0",
        "reorder.js": "^1.0.6",
        "three": "^0.100.0",
        "lz-string": "^1.4.4",
        "vistorian-core": "latest",
        "vistorian-vis": "latest",
        "vistorian-widgets": "latest"
    }
}
