-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.35 KB
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
51
52
53
54
55
56
57
58
59
60
{
"name": "Egnature",
"version": "0.1.0",
"description": "Egnature is a email signature generator tool,which is open source and free to use",
"private": true,
"keywords": [
"email",
"signature",
"email-signature",
"sign",
"esign",
"opensource",
"lr",
"hacktoberfest",
"html",
"javascript",
"react",
"open-source",
"contributions-needed",
"hactoberfest2020"
],
"dependencies": {
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"react": "^16.13.1",
"react-avatar-editor": "^12.0.0-beta.0",
"react-dom": "^16.13.1",
"react-dropzone": "^11.2.0",
"react-scripts": "^3.4.3",
"react-test-renderer": "^16.13.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": "https://github.com/LoginRadius/Egnature",
"repository": {
"type": "git",
"url": "https://github.com/LoginRadius/Egnature.git"
},
"author": "abhimanyu singh rathore",
"license": "MIT"
}