oecd-simple-charts
Version:
D3 charting library for creating pearl charts, stacked bar charts and box plots
92 lines (91 loc) • 2.76 kB
JSON
{
"name": "oecd-simple-charts",
"version": "1.1.0",
"description": "D3 charting library for creating pearl charts, stacked bar charts and box plots",
"keywords": [
"D3",
"charts",
"data visualization"
],
"homepage": "https://oecd-cyc.github.io/oecd-simple-charts/",
"scripts": {
"docs": "jsdoc -c jsdoc.json",
"clean": "rimraf build/",
"prebuild": "npm run clean",
"build": "NODE_ENV=production rollup -c",
"start": "NODE_ENV=development rollup -c -w",
"test:visual": "backstop test",
"test:visual:reference": "backstop reference",
"test": "NODE_ENV=test nyc ava",
"test:watch": "NODE_ENV=test ava --watch",
"changelog": "git-changelog",
"postchangelog": "git add CHANGELOG.md docs/ screenshots/",
"preversion": "npm run changelog"
},
"repository": {
"url": "git@github.com:oecd-cyc/oecd-simple-charts.git",
"type": "git"
},
"author": {
"name": "webkid",
"email": "info@webkid.io",
"url": "https://webkid.io"
},
"main": "build/oecd-simple-charts.js",
"mainmin": "build/oecd-simple-charts.min.js",
"module": "build/oecd-simple-charts.esm.js",
"license": "See license file LICENSE",
"devDependencies": {
"autoprefixer": "^8.0.0",
"ava": "^0.25.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react-app": "^3.1.1",
"babel-register": "^6.26.0",
"backstopjs": "^3.1.19",
"browser-env": "^3.2.5",
"cssnano": "^3.10.0",
"docdash": "^0.4.0",
"eslint": "^4.18.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0",
"git-changelog": "^1.1.2",
"jsdoc": "^3.5.5",
"nyc": "^11.4.1",
"rimraf": "^2.6.2",
"rollup": "^0.56.2",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-butternut": "^0.1.0",
"rollup-plugin-livereload": "^0.6.0",
"rollup-plugin-node-resolve": "^3.0.3",
"rollup-plugin-postcss": "^1.2.9",
"rollup-plugin-serve": "^0.4.2",
"rollup-plugin-stylus-css-modules": "^1.5.0",
"rollup-watch": "^4.3.1",
"stylus": "^0.54.5"
},
"ava": {
"require": [
"babel-register",
"babel-polyfill",
"./test/helpers/setup-browser-env.js"
],
"babel": "inherit"
},
"dependencies": {
"d3-array": "^1.2.1",
"d3-axis": "^1.0.8",
"d3-dispatch": "^1.0.3",
"d3-format": "^1.2.2",
"d3-scale": "^2.0.0",
"d3-selection": "^1.3.0",
"d3-transition": "^1.1.1",
"lodash-es": "^4.17.5"
}
}