UNPKG

funnel-graph-js

Version:
59 lines (58 loc) 1.45 kB
{ "name": "funnel-graph-js", "version": "1.4.2", "description": "SVG Funnel Graph Javascript Library", "main": "main.js", "scripts": { "start": "gulp", "test": "nyc mocha --compilers js:babel-core/register" }, "author": "Greg Hovanesyan", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/greghub/funnel-graph-js.git" }, "keywords": [ "funnel", "chart", "graph", "funnel-chart", "funnel-graph", "svg-funnel-chart", "svg-funnel-graph" ], "browserslist": [ "last 2 versions" ], "devDependencies": { "@babel/core": "^7.8.3", "@babel/preset-env": "^7.8.3", "@babel/register": "^7.8.3", "autoprefixer": "^9.7.4", "babel-cli": "^6.26.0", "babel-preset-env": "^1.2.0", "babelify": "^10.0.0", "browser-sync": "^2.26.7", "browserify": "^16.5.0", "chai": "^4.2.0", "cssnano": "^4.1.10", "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.2.0", "eslint-plugin-import": "^2.20.0", "eslint-plugin-prettier": "^3.1.2", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-eslint": "^5.0.0", "gulp-postcss": "^8.0.0", "gulp-rename": "^1.2.2", "gulp-sass": "^4.0.2", "gulp-sass-lint": "^1.4.0", "gulp-streamify": "^1.0.2", "gulp-uglify": "^3.0.2", "gulp-util": "^3.0.8", "mocha": "^5.2.0", "nyc": "^13.3.0", "vinyl-source-stream": "^2.0.0" } }