-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
78 lines (78 loc) · 2.19 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "central-hub",
"version": "0.5.0",
"description": "Central Hub",
"private": true,
"scripts": {
"build": "webpack",
"test": "npm run build && cross-env NODE_ENV=test nyc mocha",
"test:xunit": "tape 'test/unit/**/*.test.js' | tap-xunit",
"test:coverage": "istanbul cover tapes -- 'test/client/**/*.js'",
"test:coverage-check": "npm run test:coverage && istanbul check-coverage",
"test:circle": "./test/functional-runner.sh docker-compose.yml docker-compose.circle.yml .env",
"test:unit": "tapes 'test/unit/**/*.test.js'",
"start": "npm run build && node src/server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mojaloop/central-hub.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mojaloop/central-hub/issues"
},
"homepage": "https://github.com/mojaloop/central-hub#readme",
"dependencies": {
"bluebird": "3.5.0",
"config": "1.24.0",
"glue": "4.0.0",
"good": "7.1.0",
"good-console": "6.2.0",
"good-squeeze": "5.0.1",
"hapi": "16.0.1",
"hapi-mustache": "0.0.1",
"inert": "4.0.3",
"isomorphic-fetch": "2.2.1",
"node-fetch": "1.6.3",
"randomstring": "1.1.5",
"rc": "1.2.1",
"react": "15.4.1",
"react-dom": "15.4.1",
"react-redux": "5.0.3",
"react-router": "3.0.2",
"react-router-redux": "4.0.8",
"redux": "3.6.0",
"redux-thunk": "2.2.0",
"semantic-ui-react": "0.67.0",
"uuid4": "1.0.0",
"vision": "4.1.1",
"visionary": "6.0.2"
},
"devDependencies": {
"aws-sdk": "2.50.0",
"babel-core": "6.21.0",
"babel-loader": "6.2.10",
"babel-plugin-istanbul": "4.1.3",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-2": "6.24.1",
"chai": "3.5.0",
"cross-env": "4.0.0",
"css-loader": "0.27.1",
"file-loader": "0.10.1",
"istanbul": "0.4.5",
"mocha": "3.2.0",
"node-sass": "4.5.0",
"nyc": "10.3.0",
"proxyquire": "1.7.10",
"sass-loader": "6.0.3",
"sinon": "2.1.0",
"style-loader": "0.13.2",
"url-loader": "0.5.8",
"webpack": "2.2.0",
"tap-xunit": "1.4.0",
"tape": "4.6.2",
"tapes": "4.1.0"
}
}