-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
34 lines (34 loc) · 900 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": "role-based-email-addresses",
"version": "1.3.0",
"description": "Common prefixes for \"role-based\" email addresses that represent a position, job, or group of people in the company rather than an individual",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/mixmaxhq/role-based-email-addresses.git"
},
"keywords": [
"role",
"group",
"email",
"addresses"
],
"author": "Mixmax, Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/mixmaxhq/role-based-email-addresses/issues"
},
"homepage": "https://github.com/mixmaxhq/role-based-email-addresses",
"devDependencies": {
"eslint": ">=3",
"eslint-config-mixmax": "^0.6.0",
"pre-commit": "^1.2.2"
},
"pre-commit": [
"lint"
]
}