-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 842 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
{
"name": "mailcheck-vs-emailtypocheck",
"version": "1.0.0",
"description": "Comparison of two candidates for email typo correction for UX enchancement",
"main": "index.js",
"dependencies": {
"emailtypocheck": "^1.0.3",
"mailcheck": "^1.1.1",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"devDependencies": {},
"scripts": {
"start": "webpack-cli -w --mode=production",
"build": "webpack-cli --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pavelloz/mailcheck-vs-emailtypocheck.git"
},
"keywords": [],
"author": "Paweł Kowalski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pavelloz/mailcheck-vs-emailtypocheck/issues"
},
"homepage": "https://github.com/pavelloz/mailcheck-vs-emailtypocheck#readme"
}