-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 921 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
39
40
{
"name": "useauthrocket",
"version": "1.0.8",
"description": "an authentication system for your reactjs applications",
"main": "index.js",
"keywords": [
"authentication",
"useauthrocket",
"firebase",
"database",
"storage",
"create",
"login",
"signup",
"register",
"realtime"
],
"homepage": "https://github.com/ugwustanley/authrocket-npm",
"bugs": {
"url": "https://github.com/ugwustanley/authrocket-npm/issues",
"email": "your-public-email@example.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ugwustanley/authrocket-npm.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ugwu Stanley ugwuchiagoziestanley@gmail.com",
"license": "ISC",
"engines": {
"node": ">=6.0.0"
},
"private": false,
"dependencies": {
"axios": "^0.21.1",
"dotenv": "^10.0.0"
}
}