-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 948 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
35
36
37
38
39
40
41
42
43
44
{
"name": "xcore-express",
"version": "1.0.1",
"description": "A lightweight library that brings middlewares to handle error reporting in web applications using Node and Express.",
"author": {
"name": "Zeeshan Mian",
"url": "http://zmian.me"
},
"contributors": [
{
"name": "Zeeshan Mian",
"url": "http://zmian.me"
}
],
"homepage": "https://github.com/zmian/xcore-express",
"main": "xcore.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "*"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zmian/xcore-express"
},
"bugs": {
"url": "https://github.com/zmian/xcore-express/issues"
},
"keywords": [
"node",
"express",
"middlewares",
"helpers",
"exceptions",
"errorHandler",
"logger",
"xcore"
],
"dependencies": {
"xcore-exceptions": "~1.0.0"
}
}