forked from alderAcres/obServerNPM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 828 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
{
"name": "observer-js-test23",
"version": "1.2.8",
"description": "A server side debugging tool that accesses the entire lifecycle of the request/ response and visually displays the data. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alderAcres/obServerNPM.git"
},
"keywords": [
"node",
"js",
"express",
"response",
"request",
"middleware"
],
"author": "Julia C",
"license": "ISC",
"bugs": {
"url": "https://github.com/alderAcres/obServerNPM/issues"
},
"homepage": "https://github.com/alderAcres/obServerNPM#readme",
"dependencies": {
"debug": "^4.3.1",
"express": "^4.17.1",
"nodemon": "^2.0.7",
"path-to-regexp": "^6.2.0"
}
}