UNPKG

724 BJSONView Raw
1{
2 "name": "@hatsa/express",
3 "version": "0.7.11",
4 "main": "index.js",
5 "dependencies": {
6 "@google-cloud/debug-agent": "2.3.2",
7 "@google-cloud/trace-agent": "2.4.1",
8 "@hatsa/log": "^0.7.11",
9 "bluebird": "3.5.4",
10 "body-parser": "1.18.3",
11 "cookie-parser": "1.4.4",
12 "cors": "2.8.4",
13 "express": "4.16.2",
14 "express-winston": "4.0.1",
15 "helmet": "3.9.0",
16 "jsonwebtoken": "8.5.1",
17 "multer": "1.4.1",
18 "uuid": "3.3.3",
19 "winston": "3.2.1"
20 },
21 "devDependencies": {
22 "tape": "4.9.2"
23 },
24 "scripts": {
25 "test": "tape './{,!(node_modules)/**/}*.test.js'"
26 },
27 "publishConfig": {
28 "access": "public"
29 },
30 "gitHead": "0158b8d9da5e1050effddef852ebd2f381ca323a"
31}