-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
61 lines (61 loc) · 1.38 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
{
"dependencies": {
"@hyron/stringer": "^1.3.8",
"@hyron/validator": "^1.0.4",
"busboy": "^0.2.14",
"chalk": "^2.4.2",
"cli-spinner": "^0.2.10",
"cookie": "^0.3.1",
"crc": "^3.8.0",
"opencollective-postinstall": "^2.0.2",
"spdy": "^4.0.0",
"yaml": "^1.2.1",
"opencollective": "^1.0.3"
},
"repository": {
"type": "github",
"url": "https://github.com/hyron-group/hyron"
},
"bugs": {
"url": "https://github.com/hyron-group/hyron/issues",
"email": "thangphung.work@gmail.com"
},
"author": {
"email": "thangphung.work@gmail.com",
"name": "Phung Duc Thang"
},
"homepage": "https://docs.hyron.org",
"deprecated": false,
"description": "Build micro-service app easy like play lego",
"keywords": [
"framework",
"backend",
"clean",
"api",
"micro-service",
"reusable",
"plugable"
],
"license": "MIT",
"main": "index.js",
"name": "hyron",
"scripts": {
"test": "nodemon ./test",
"postinstall": "opencollective-postinstall"
},
"version": "2.6.9",
"devDependencies": {
"chai": "^4.2.0",
"debug": "^4.1.1",
"mocha": "^5.2.0",
"nodemon": "^1.18.9",
"performance-tools": "^1.0.0",
"proxyquire": "^2.1.0",
"sinon": "^7.2.2",
"supertest": "^3.3.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/hyron"
}
}