forked from garlab/salesforce-email
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 818 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
{
"name": "salesforce-email",
"version": "1.0.0",
"description": "Check that the email is compatible with Salesforce",
"main": "index.js",
"scripts": {
"test": "ava",
"test:coverage": "nyc --reporter=html --reporter=text ava",
"test:watch": "ava --watch"
},
"devDependencies": {
"ava": "^0.25.0",
"nyc": "^11.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garlab/salesforce-email.git"
},
"keywords": [
"salesforce",
"email",
"validation",
"valid"
],
"author": "Anthony Garcia-Labiad <anthony.garlab@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/garlab/salesforce-email/issues"
},
"homepage": "https://github.com/garlab/salesforce-email#readme",
"dependencies": {
"npm": "^6.4.1"
}
}