| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "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": {
- "less": "2.6.1"
- },
- "devDependencies": {
- "grunt": "0.4.5",
- "grunt-contrib-less": "1.3.0",
- "grunt-contrib-watch": "0.6.1",
- "load-grunt-tasks": "3.1.0"
- },
- "scripts": {
- "devinstall": "npm cache clean && npm install && npm prune",
- "less": "./node_modules/.bin/grunt less",
- "watch": "./node_modules/.bin/grunt watch"
- },
- "files": []
- }
|