UNPKG

@domoinc/base-widget

Version:

BaseWidget - Domo Widget

42 lines (41 loc) 1.03 kB
{ "name": "@domoinc/base-widget", "version": "1.7.1", "description": "BaseWidget - Domo Widget", "main": "dist/bundle.js", "repository": { "type": "git" }, "keywords": [ "domo", "app" ], "author": "Domo Inc.", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@domoinc/notifier": "^2.2.3", "d3": "^3.5.14", "d3.chart": "^0.3.0", "lodash": "^3.10.1" }, "devDependencies": { "grunt": "^0.4.2", "grunt-autoshot": "^0.2.1", "grunt-contrib-clean": "^0.7.0", "grunt-contrib-connect": "^0.7.1", "grunt-contrib-jshint": "^0.7.2", "grunt-contrib-watch": "^0.5.3", "grunt-conventional-changelog": "^5.0.0", "grunt-notify": "^0.3.0", "grunt-port-pick": "^1.5.0", "grunt-prompt": "^1.1.0", "grunt-release": "^0.13.0", "grunt-webpack": "^1.0.11", "jshint-stylish": "^0.1.5", "load-grunt-tasks": "^3.4.0", "request": "^2.40.0", "shelljs": "^0.2.6", "webpack": "^1.12.12", "webpack-dev-server": "^1.14.1" } }