-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 922 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
{
"name": "a1-server",
"version": "3.12.1",
"description": "Amplify your server powers",
"main": "lib/server.js",
"scripts": {
"start": "cd demo && node index",
"test": "mocha test/general test/router test/Logger test/security --reporter spec ",
"cover": "nyc node_modules/mocha/bin/_mocha test"
},
"keywords": [
"server",
"http",
"https",
"backend",
"web server",
"async",
"await",
"promise",
"REST",
"middleware"
],
"author": "ax1",
"license": "MIT",
"repository": {
"type": "git",
"url": "/~https://github.com/ax1/a1-server.git"
},
"bugs": {
"url": "/~https://github.com/ax1/a1-server/issues"
},
"dependencies": {
"http-proxy": "^1.18.1",
"mime-types": "^2.1.31",
"url-pattern": "^1.0.3",
"ws": "^7.5.3"
},
"devDependencies": {
"chai": "^4.3.10",
"chai-http": "^4.4.0",
"winston": "^3.11.0"
}
}