{
    "version": "0.5.0",
    "name": "d3-visualize",
    "description": "d3-view components for data visualization",
    "author": {
        "name": "quantmind.com",
        "email": "message@quantmind.com"
    },
    "keywords": [
        "d3",
        "d3-module",
        "table",
        "chart",
        "reactive"
    ],
    "license": "BSD-3-Clause",
    "repository": {
        "type": "git",
        "url": "https://github.com/quantmind/d3-visualize.git"
    },
    "engines": {
        "node": ">= 6.0"
    },
    "main": "build/d3-visualize.js",
    "module": "index",
    "jsnext:main": "index",
    "dependencies": {
        "crossfilter": "1.3",
        "d3-array": "1.2",
        "d3-collection": "1.0",
        "d3-color": "1.0",
        "d3-dispatch": "1.0",
        "d3-dsv": "1.0",
        "d3-format": "1.2",
        "d3-let": "0.4",
        "d3-selection": "1.2",
        "d3-time": "1.0",
        "d3-time-format": "2.1",
        "d3-timer": "1.0",
        "d3-transition": "1.1",
        "d3-view": "1.2"
    },
    "devDependencies": {
        "ajv": "6.0",
        "babel-core": "6.26",
        "babel-eslint": "8.2",
        "babel-plugin-external-helpers": "6.22",
        "babel-plugin-istanbul": "4.1",
        "babel-polyfill": "6.26",
        "babel-preset-env": "1.6",
        "babel-preset-es2015-rollup": "3.0",
        "babelify": "8.0",
        "browserify-istanbul": "3.0",
        "d3-axis": "1.0",
        "d3-brush": "1.0",
        "d3-polygon": "1.0",
        "d3-quant": "0.4",
        "d3-scale": "1.0",
        "d3-shape": "1.2",
        "d3-svg-legend": "2.25",
        "d3-zoom": "1.7",
        "eslint": "4.15",
        "handlebars": "4.0",
        "jasmine-core": "2.8",
        "karma": "2.0",
        "karma-browserify": "5.1",
        "karma-chrome-launcher": "2.2",
        "karma-coverage": "1.1",
        "karma-firefox-launcher": "1.1",
        "karma-jasmine": "1.1",
        "karma-junit-reporter": "1.2",
        "karma-phantomjs-launcher": "1.0",
        "karma-safari-launcher": "1.0",
        "node-sass": "4.7",
        "package-preamble": "0.1",
        "phantomjs-prebuilt": "2.1",
        "publish": "0.6",
        "rollup": "0.54",
        "rollup-plugin-babel": "3.0",
        "rollup-plugin-commonjs": "8.2",
        "rollup-plugin-json": "2.3",
        "rollup-plugin-node-resolve": "3.0",
        "rollup-plugin-sourcemaps": "0.4",
        "rollup-watch": "4.3",
        "uglify-js": "3.3",
        "watchify": "3.9",
        "whatwg-fetch": "2.0"
    },
    "scripts": {
        "lint": "eslint index.js test src dev",
        "test": "eslint index.js dev test src && npm run-script unit",
        "rollup": "rollup -c dev/rollup.config.js --banner \"$(preamble)\"",
        "dev": "rollup -c dev/rollup.config.js -w",
        "cover": "karma start test/karma/karma.cover.js",
        "cleanup": "rm -rf build",
        "build": "npm run-script rollup && uglifyjs --preamble \"$(preamble)\" build/d3-visualize.js -c -m -o build/d3-visualize.min.js && npm run-script css && npm run-script schema",
        "unit": "karma start test/karma/karma.unit.js",
        "schema": "node dev/schema.js",
        "debug": "karma start test/karma/karma.debug.js",
        "firefox": "karma start test/karma/karma.debug.firefox.js",
        "docs": "doctoc docs/",
        "css": "node-sass scss/d3-visualize.scss build/d3-visualize.css --include-path node_modules --output-style compressed",
        "asset": "cd build && POST https://<upload_url>/repos/quantmind/d3-visualize/releases/:id/assets?name=d3-visualize.zip",
        "prepare": "npm run-script cleanup && npm run-script build",
        "postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git tag -am \"Release $VERSION.\" v${VERSION} && git push --tags && mkdir -p ../giottojs.org/latest && mkdir -p ../giottojs.org/d3-visualize/${VERSION} && cp build/* ../giottojs.org/d3-visualize/${VERSION}/ && cp build/* ../giottojs.org/latest/ && cd ../giottojs.org && git add d3-visualize/${VERSION} latest && git commit -a -m \"d3-visualize ${VERSION}\" && git push",
        "release": "publish"
    }
}
