{ "name": "hue", "version": "4.4.0", "description": "Hue is an open source Web interface for analyzing data with Hadoop and Spark", "homepage": "http://gethue.com", "repository": { "type": "git", "url": "https://github.com/cloudera/hue" }, "author": "Cloudera, Inc.", "contributors": [ "Andrew Yao ", "Johan Ahlen " ], "license": "Apache", "private": true, "engines": { "node": ">=0.10.0" }, "dependencies": { "bootstrap-2.3.2": "1.0.0", "jquery": "2.2.4", "knockout": "3.4.2", "knockout.mapping": "2.4.3", "less": "3.9.0", "minimist": "^1.2.0", "page": "1.8.6" }, "devDependencies": { "@babel/core": "7.2.2", "architect-build": "0.1.1", // For building Ace "make ace" "babel-cli": "6.26.0", "babel-jscs": "3.0.0-beta1", "babel-loader": "8.0.5", "@babel/preset-env": "7.3.1", "expose-loader": "0.7.5", "dryice": "0.4.11", // For building Ace "make ace" "grunt": "1.0.3", "grunt-contrib-less": "2.0.0", "grunt-contrib-uglify": "4.0.0", "grunt-contrib-watch": "1.1.0", "load-grunt-tasks": "4.0.0", "webpack": "4.29.0", "webpack-bundle-tracker": "0.4.2-beta", "webpack-cli": "^3.2.1", "webpack-shell-plugin": "^0.5.0" }, "scripts": { "devinstall": "npm cache clean && npm install && npm prune", "less": "./node_modules/.bin/grunt less", "watch": "./node_modules/.bin/grunt watch", "webpack": "./node_modules/.bin/webpack" }, "files": [] }