-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.39 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
54
55
56
57
{
"name": "hive-ui",
"version": "0.8.3",
"description": "Http ui client for hive.js",
"main": "index.js",
"dependencies": {
"koa-static-cache": "3.x",
"koa-mount": "1.x",
"architect": "0.1.x",
"virtual-dom": "2.x",
"dom-delegator": "13.x",
"tiny-cookie": "0.5.x",
"per-frame": "3.x",
"path-to-regexp": "1.x",
"atomic-emitter": "3.x",
"mkdirp": "0.5.x",
"browserify": "12.x",
"babelify": "7.x",
"babel-preset-es2015": "6.x",
"babel-preset-stage-2": "6.x",
"babel-polyfill": "6.x",
"whatwg-fetch": "0.11.x",
"minifyify": "7.x",
"gulp": "3.x",
"gulp-concat": "2.x",
"vinyl-source-stream": "1.x",
"redux-gen": "0.2.x",
"redux": "3.x",
"reduce-reducers": "0.1.x",
"hive-client-rest-api": "3.x",
"redux-actions": "0.9.x",
"mux-dmx": "0.0.x",
"redux-effects-cookie": "0.2.x",
"dataplex": "3.x",
"cldr-data": "latest",
"globalize": "1.1.x",
"languages": "0.1.x",
"deap": "1.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hivejs/hive-ui.git"
},
"keywords": [
"hivejs",
"hive.js"
],
"author": "Marcel Klehr <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/hivejs/hive-ui/issues"
},
"homepage": "https://github.com/hivejs/hive-ui"
}