forked from kryton/hue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.43 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"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",
"page": "^1.7.1"
},
"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": []
}