| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "hue",
- "version": "4.0.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 <andyao@cloudera.com>",
- "Enrico Berti <enrico.berti@cloudera.com>",
- "Johan Ahlen <johan.ahlen@cloudera.com>"
- ],
- "license": "Apache",
- "private": true,
- "engines": {
- "node": ">=0.10.0"
- },
- "dependencies": {
- "bootstrap": "3.3.6",
- "dompurify": "0.8.2",
- "jquery": "2.1.1",
- "knockout": "3.4.0",
- "knockout.mapping": "2.4.3",
- "less": "2.6.1",
- "lodash": "3.10.1",
- "pubsub.js": "1.4.3"
- },
- "devDependencies": {
- "babel-core": "6.22.1",
- "babel-jscs": "3.0.0-beta1",
- "babel-loader": "6.2.5",
- "babel-plugin-transform-es2015-modules-amd": "6.8.0",
- "babel-plugin-transform-strict-mode": "6.6.5",
- "babel-preset-es2015": "6.6.0",
- "expose-loader": "0.7.1",
- "grunt": "0.4.5",
- "grunt-contrib-less": "1.3.0",
- "grunt-contrib-watch": "0.6.1",
- "load-grunt-tasks": "3.1.0",
- "webpack": "1.13.1"
- },
- "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": []
- }
|