forked from paritytech/sms-verification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 794 Bytes
/
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
{
"private": true,
"name": "sms-verification",
"version": "0.1.0",
"description": "SMS verification for Parity.",
"main": "index.js",
"scripts": {
"lint": "standard"
},
"keywords": [],
"author": "Ethcore Team <[email protected]>",
"maintainers": [
"Jannis R <[email protected]>"
],
"license": "GPL-3.0",
"repository": "ethcore/sms-verification",
"engine": {
"node": ">=6"
},
"dependencies": {
"body-parser": "^1.15.2",
"config": "^1.21.0",
"corser": "^2.0.1",
"express": "^4.14.0",
"hsts": "^1.0.0",
"nocache": "^1.0.1",
"shortid": "^2.2.6",
"spdy": "^3.4.4",
"twilio": "^2.11.0",
"web3": "^0.17.0-beta"
},
"peerDependencies": {
"pm2": "^2.0.18"
},
"devDependencies": {
"standard": "^8.4.0"
}
}