-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 930 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
45
{
"name": "@gfilho/base-server",
"version": "1.0.1",
"description": "",
"author": "Gustavo S. S. Filho <gustavossfilho@gmail.com>",
"main": "index.js",
"scripts": {
"test": "nyc mocha",
"lint": "./node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "git://github.com/gfilho/base-server.git"
},
"dependencies": {
"body-parser": "^1.0.2",
"express": "^4.13.3",
"http": "0.0.0",
"https": "^1.0.0",
"jsonschema": "^1.2.4",
"nyc": "^14.1.0",
"q": "^1.4.1",
"request": "^2.54.0",
"winston": "^3.2.1"
},
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"mocha": "^6.1.4"
},
"keywords": [
"express",
"rest",
"restful",
"router",
"app",
"api",
"https",
"ssl",
"http-header"
]
}