-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 815 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 815 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
31
32
33
34
{
"name": "wp-auth",
"version": "1.0.6",
"description": "Authenticate users through node using WordPress cookies",
"main": "wp-auth.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akashkaushik33/node-wp-authenticator.git"
},
"keywords": [
"node",
"wordpress",
"cokkies",
"auth",
"authentication",
"node-wordpress",
"node-wp"
],
"author": "Akash Kaushik <akashkaushik33@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/akashkaushik33/node-wp-authenticator/issues"
},
"homepage": "https://github.com/akashkaushik33/node-wp-authenticator#readme",
"engines": {
"node": ">=8.0"
},
"dependencies": {
"mysql2": "^2.1.0"
}
}