{
    "name": "@graphistry/timebar",
    "version": "3.3.5",
    "description": "A timebar component for the graphistry experience",
    "main": "lib/index.js",
    "scripts": {
        "test": "jest",
        "prepublishOnly": "npm run build",
        "prebuild": "npm run clean",
        "clean": "rimraf lib",
        "build": "webpack --config webpack.prod.config.js",
        "dev": "webpack-dev-server"
    },
    "repository": {
        "type": "git",
        "url": "git+ssh://git@github.com/graphistry/graphistry-js.git"
    },
    "keywords": [
        "timebar"
    ],
    "author": "@mykola",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/graphistry/graphistry-js"
    },
    "homepage": "https://github.com/graphistry/graphistry-js#readme",
    "dependencies": {
        "moment": "2.20.1",
        "react": "16.2.0",
        "react-dom": "16.2.0"
    },
    "devDependencies": {
        "babel-cli": "^6.26.0",
        "babel-core": "^6.26.0",
        "babel-jest": "^21.2.0",
        "babel-loader": "^7.1.2",
        "babel-plugin-transform-object-rest-spread": "^6.26.0",
        "babel-preset-env": "^1.6.1",
        "babel-preset-es2015": "^6.24.1",
        "babel-preset-react": "^6.24.1",
        "file-loader": "^1.1.5",
        "jest": "^21.2.1",
        "react-test-renderer": "^16.1.1",
        "webpack": "^3.8.1",
        "webpack-dev-server": "^2.9.4"
    }
}
