-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.03 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "miller-handler",
"version": "0.7.0",
"description": "REST API Error Messages Generator Node Module - Módulo para generación de mensajes de error .",
"main": "index.js",
"scripts": {
"ntest": "nodemon test.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cgustav/MHandler.git"
},
"files": [
"dictionaries"
],
"keywords": [
"rest",
"api",
"error",
"generator",
"errors",
"custom",
"errorhandling",
"messages",
"transaction",
"translation",
"english",
"spanish",
"multilanguage",
"services"
],
"author": {
"name": "Eduardo Munoz",
"email": "[email protected]"
},
"license": {
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
},
"bugs": {
"url": "https://github.com/cgustav/MHandler"
},
"homepage": "https://github.com/cgustav/MHandler#readme",
"dependencies": {},
"devDependencies": {
"nodemon": "^1.19.0"
}
}