-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 941 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
{
"name": "@clysema/http",
"version": "0.4.2",
"description": "[![npm (scoped)](https://img.shields.io/npm/v/@clysema/http.svg)](https://www.npmjs.com/package/@clysema/http) [![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/@clysema/http.svg)](https://www.npmjs.com/package/@clysema/http)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Víctor Navarro <[email protected]> (https://www.clysema.com)",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
"express-basic-auth": "^1.2.0",
"joi": "^14.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ingeniadevteam/clysema-http.git"
},
"bugs": {
"url": "https://github.com/ingeniadevteam/clysema-http/issues"
},
"homepage": "https://github.com/ingeniadevteam/clysema-http#readme"
}