-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.12 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
{
"name": "registration-service",
"version": "2.3.0",
"description": "",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GolosChain/registration-service.git"
},
"prettier": {
"singleQuote": true,
"tabWidth": 4,
"semi": true,
"trailingComma": "es5",
"printWidth": 100,
"overrides": [
{
"files": [
"*.yml",
"*.json"
],
"options": {
"tabWidth": 2
}
}
]
},
"author": "golos.io",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GolosChain/registration-service/issues"
},
"homepage": "https://github.com/GolosChain/registration-service#readme",
"dependencies": {
"gls-core-service": "^2.16.1",
"golos-js": "^0.7.7",
"jayson": "^2.1.1",
"micro": "^9.3.3",
"ramda": "^0.25.0",
"random": "^2.0.13",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"then-sleep": "^1.0.1",
"twilio": "^3.26.1",
"urlencoded-body-parser": "^2.0.1"
}
}