@domoinc/image-tooltip
Version:
ImageTooltip - Domo Widget
53 lines (52 loc) • 1.36 kB
JSON
{
"name": "@domoinc/image-tooltip",
"version": "0.0.19",
"description": "ImageTooltip - Domo Widget",
"main": "dist/bundle.js",
"scripts": {
"start": "grunt",
"build": "grunt build",
"docGen": "grunt docGen",
"push:major": "grunt push:major",
"push:minor": "grunt push:minor",
"push:patch": "grunt push:patch"
},
"repository": {
"type": "git"
},
"keywords": [
"domo",
"app"
],
"author": "Domo Inc.",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@domoinc/base-widget": "^1.4.1",
"@domoinc/da-theme2": "^2.8.1",
"@domoinc/domo-tooltip": "^5.2.0",
"d3": "^3.5.14",
"d3.chart": "^0.3.0"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"grunt": "~0.4.2",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-conventional-changelog": "^5.0.0",
"grunt-notify": "^0.3.0",
"grunt-release": "^0.13.0",
"grunt-port-pick": "^1.5.0",
"grunt-prompt": "^1.1.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"
}
}