UNPKG

583 BJSONView Raw
1{
2 "name": "@ngx-devtools/server",
3 "version": "0.5.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/ngx-devtools/server.git"
12 },
13 "author": "",
14 "license": "ISC",
15 "bugs": {
16 "url": "https://github.com/ngx-devtools/server/issues"
17 },
18 "homepage": "https://github.com/ngx-devtools/server#readme",
19 "dependencies": {
20 "body-parser": "1.18.2",
21 "express": "4.16.2",
22 "morgan": "1.9.0",
23 "request": "2.83.0"
24 }
25}