-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 937 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
{
"name": "gadget-inspector",
"version": "0.1.0",
"author": "LuisPe <[email protected]>",
"contributors": [
"Joaquin Alonso <[email protected]>",
"Marcos Gin <[email protected]>"
],
"description": "Inspector of environment variables needed in the API developed with NodeJs when a Docker container is started",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LuisPe/gadget-inspector.git"
},
"keywords": [
"Bunyan",
"Docker",
"Environment",
"Variables",
"process.env",
"NodeJs",
"API"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/LuisPe/gadget-inspector/issues"
},
"homepage": "https://github.com/LuisPe/gadget-inspector#readme",
"dependencies": {
"centralized-logger": "^1.0.5"
}
}