UNPKG

plotly-js-material-design-theme

Version:
59 lines (58 loc) 1.67 kB
{ "name": "plotly-js-material-design-theme", "version": "0.10.0", "description": "Plotly.js charts with Material Design theme.", "main": "dist/library.min.js", "scripts": { "build": "rm -rf docs/* && webpack --env build", "lint": "./node_modules/.bin/eslint src/**", "dev": "webpack-dev-server --inline --hot --env dev" }, "repository": { "type": "git", "url": "https://github.com/ndabAP/plotly-js-material-design-theme" }, "keywords": [ "charts", "plotly.js", "material-design", "3dcharts", "materialdesign", "plotly", "visualization", "graphing", "plotting", "data", "d3" ], "author": "Julian Claus <kontakt@julian-caus.de>", "license": "MIT", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^8.0.3", "babel-loader": "^7.1.4", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.6.1", "eslint": "^4.19.1", "eslint-config-standard": "^11.0.0-beta.0", "eslint-loader": "^1.9.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.8.0", "eslint-plugin-standard": "^3.0.1", "html-webpack-plugin": "^3.2.0", "ify-loader": "^1.1.0", "lodash": "^4.17.5", "lodash.defaultsdeep": "latest", "plotly.js": "^1.39.2", "reload-html-webpack-plugin": "^0.1.2", "transform-loader": "^0.2.4", "uglifyjs-webpack-plugin": "^1.2.4", "webpack": "^3.10.0", "webpack-cli": "^2.0.13", "webpack-dev-server": "^2.11.2", "yargs": "^10.0.3" } }