forked from mosh-dvd/nodebb-plugin-phone-verification
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 690 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 690 Bytes
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
{
"name": "nodebb-plugin-phone-verification",
"version": "3.0.2",
"description": "אימות מספר טלפון נייד בתהליך ההרשמה לפורום NodeBB",
"main": "library.js",
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"nodebb",
"plugin",
"phone",
"verification",
"registration"
],
"author": "",
"license": "MIT",
"nbbpm": {
"compatibility": "^3.0.0 || ^4.0.0"
},
"dependencies": {},
"devDependencies": {
"fast-check": "^3.14.0",
"mocha": "^10.2.0"
},
"scripts": {
"test": "mocha --recursive test/"
}
}